Update git ignore to recursively ignore build files

This commit is contained in:
aherbert 2022-10-13 10:38:52 +01:00
parent 49d542fc03
commit 8dfca662fc
1 changed files with 6 additions and 6 deletions

12
.gitignore vendored
View File

@ -1,13 +1,13 @@
.classpath
.project
.settings
.checkstyle
**/.classpath
**/.project
**/.settings/
**/.checkstyle
bin
target
**/target/
/build
/lib
site-content*
.ekstazi
**/.ekstazi/
*.class
*.iml
*.ipr