fix gitignore
This commit is contained in:
parent
1e4fa1b93e
commit
3176f33a9e
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -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
5
wear/.gitignore
vendored
|
@ -1 +1,6 @@
|
||||||
|
*.iml
|
||||||
|
.gradle
|
||||||
/build
|
/build
|
||||||
|
*.apk
|
||||||
|
build/
|
||||||
|
.idea/
|
||||||
|
|
Loading…
Reference in a new issue