Exclude the build/ and dist/ folders created by Ant builds
This commit is contained in:
parent
6421e312a4
commit
b56f6d858f
|
@ -4,6 +4,10 @@
|
||||||
/gunit/target/
|
/gunit/target/
|
||||||
/antlr4-maven-plugin/target/
|
/antlr4-maven-plugin/target/
|
||||||
|
|
||||||
|
# Ant build folders
|
||||||
|
/build/
|
||||||
|
/dist/
|
||||||
|
|
||||||
# IntelliJ projects
|
# IntelliJ projects
|
||||||
*.iml
|
*.iml
|
||||||
*.ipr
|
*.ipr
|
||||||
|
|
Loading…
Reference in New Issue