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 *.iml
wear/wear.iml
.gradle .gradle
/local.properties /local.properties
/.idea/workspace.xml
/.idea/libraries
.DS_Store .DS_Store
/build /build
/captures /captures
*.apk *.apk
build/ build/
**/*.iml .idea/

5
wear/.gitignore vendored
View file

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