.gitignore 标准模板 -适用于SpringBoot+Vue项目 -Idea+VSCode开发

.gitignore 标准模板 -适用于SpringBoot+Vue项目

node_modules/
target/
!.mvn/wrapper/maven-wrapper.jar

### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
*.log

### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
.mvn
mvnw*

### NetBeans ###
nbproject/private/
build/
nbbuild/
dist/
nbdist/
.nb-gradle/

猜你喜欢

转载自www.cnblogs.com/zhazhaacmer/p/11221298.html