Ignore /out/ directory with Gradle

Closes gh-657
This commit is contained in:
sdeleuze
2018-04-20 07:07:24 +02:00
committed by Stephane Nicoll
parent 7ac71905ed
commit 71b8759f40
2 changed files with 4 additions and 0 deletions
@@ -22,6 +22,9 @@
*.iws
*.iml
*.ipr
{{^mavenBuild}}
/out/
{{/mavenBuild}}
### NetBeans ###
/nbproject/private/
@@ -16,6 +16,7 @@
*.iws
*.iml
*.ipr
/out/
### NetBeans ###
/nbproject/private/