mirror of
https://github.com/github/gitignore
synced 2024-11-30 15:42:52 +01:00
Fix IntelliJ ignores for Android
- don't ignore `.idea` folder - ignore files according to http://devnet.jetbrains.com/docs/DOC-1186 - Note: `**`-syntax requires git 1.8.2+ though
This commit is contained in:
parent
b2c694d792
commit
98d7236b4d
@ -23,8 +23,6 @@ local.properties
|
|||||||
proguard/
|
proguard/
|
||||||
|
|
||||||
# Intellij project files
|
# Intellij project files
|
||||||
*.iml
|
.idea/**/*.iws
|
||||||
*.ipr
|
.idea/workspace.xml
|
||||||
*.iws
|
.idea/tasks.xml
|
||||||
.idea/
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user