Improve 'build' folder ignores
Update .gitignore to only ignore 'build' folders in the project roots rather than throughout the source tree.
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -13,12 +13,15 @@ jmx.log
|
||||
derby.log
|
||||
spring-test/test-output/
|
||||
.gradle
|
||||
build
|
||||
.classpath
|
||||
.project
|
||||
argfile*
|
||||
pom.xml
|
||||
|
||||
/build
|
||||
buildSrc/build
|
||||
/spring-*/build
|
||||
|
||||
# IDEA artifacts and output dirs
|
||||
*.iml
|
||||
*.ipr
|
||||
|
||||
Reference in New Issue
Block a user