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