Skip to content

Commit

Permalink
Update gitignore for new gradle setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Klaus Weidner committed Nov 20, 2018
1 parent 4d28ea4 commit 2489da4
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions .gitignore
@@ -1,12 +1,13 @@
.idea/
captures/
java/bin/
java/gen/
java/hackerskeyboard.iml
java/libs/*/
java/local.properties
java/private.properties
java/obj/
out/
tests/gen/
tests/tests.iml
*.iml
.gradle
/local.properties
/.idea
/.idea/caches/build_file_checksums.ser
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
.DS_Store
/build
/captures
gradle
.externalNativeBuild

0 comments on commit 2489da4

Please sign in to comment.