android: git ignoring .idea directory completely until a good reason emerges not to
This commit is contained in:
parent
b8289ae923
commit
7404be41dc
18
android/.gitignore
vendored
18
android/.gitignore
vendored
@ -1,12 +1,18 @@
|
||||
*.iml
|
||||
.gradle
|
||||
/local.properties
|
||||
/.idea/caches
|
||||
/.idea/libraries
|
||||
/.idea/modules.xml
|
||||
/.idea/workspace.xml
|
||||
/.idea/navEditor.xml
|
||||
/.idea/assetWizardSettings.xml
|
||||
## ignoring .idea completely
|
||||
# until a good reason emerges not to
|
||||
/.idea
|
||||
##--
|
||||
## moved the following into .idea/.gitignore
|
||||
#/.idea/caches
|
||||
#/.idea/libraries
|
||||
#/.idea/modules.xml
|
||||
#/.idea/workspace.xml
|
||||
#/.idea/navEditor.xml
|
||||
#/.idea/assetWizardSettings.xml
|
||||
## --
|
||||
.DS_Store
|
||||
/build
|
||||
/captures
|
||||
|
Loading…
x
Reference in New Issue
Block a user