Update git ignore to recursively ignore build files
This commit is contained in:
parent
49d542fc03
commit
8dfca662fc
|
@ -1,13 +1,13 @@
|
|||
.classpath
|
||||
.project
|
||||
.settings
|
||||
.checkstyle
|
||||
**/.classpath
|
||||
**/.project
|
||||
**/.settings/
|
||||
**/.checkstyle
|
||||
bin
|
||||
target
|
||||
**/target/
|
||||
/build
|
||||
/lib
|
||||
site-content*
|
||||
.ekstazi
|
||||
**/.ekstazi/
|
||||
*.class
|
||||
*.iml
|
||||
*.ipr
|
||||
|
|
Loading…
Reference in New Issue