Add Android Studio settings to .gitignore (#3492)
This commit is contained in:
parent
f16d8baf46
commit
4c1a60db5b
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -40,6 +40,9 @@ ios/Pods
|
|||
local.properties
|
||||
*.iml
|
||||
android/app/bin
|
||||
.settings
|
||||
.project
|
||||
.classpath
|
||||
|
||||
# node.js
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue