fix gitignore

This commit is contained in:
viktoria 2017-02-11 01:50:25 +01:00
parent 1e4fa1b93e
commit 3176f33a9e
2 changed files with 6 additions and 4 deletions

5
.gitignore vendored
View file

@ -1,12 +1,9 @@
*.iml
wear/wear.iml
.gradle
/local.properties
/.idea/workspace.xml
/.idea/libraries
.DS_Store
/build
/captures
*.apk
build/
**/*.iml
.idea/

5
wear/.gitignore vendored
View file

@ -1 +1,6 @@
*.iml
.gradle
/build
*.apk
build/
.idea/