Skip to content

Commit

Permalink
Merge pull request #352 from apjanke/add-out-to-gitignore
Browse files Browse the repository at this point in the history
.gitignore: add /out/ to support IntelliJ IDEA
  • Loading branch information
domesticmouse committed Oct 2, 2017
2 parents 7785c57 + 0fc4e46 commit 7e89167
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/build/
/out/
/bin/
/com/
.gradle/
Expand Down

0 comments on commit 7e89167

Please sign in to comment.