Add a .gitignore file specific for Android project
This commit is contained in:
parent
36fd68c818
commit
570e3a706f
1 changed files with 13 additions and 0 deletions
13
android/.gitignore
vendored
Normal file
13
android/.gitignore
vendored
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
#IDEs
|
||||||
|
/.idea
|
||||||
|
*.iml
|
||||||
|
|
||||||
|
#OS
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
#builds
|
||||||
|
/build
|
||||||
|
*.apk
|
||||||
|
|
||||||
|
.gradle
|
||||||
|
/local.properties
|
Loading…
Reference in a new issue