mirror of
https://github.com/github/gitignore
synced 2024-11-30 07:34:22 +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/
|
||||
|
||||
# Intellij project files
|
||||
*.iml
|
||||
*.ipr
|
||||
*.iws
|
||||
.idea/
|
||||
|
||||
.idea/**/*.iws
|
||||
.idea/workspace.xml
|
||||
.idea/tasks.xml
|
||||
|
Loading…
Reference in New Issue
Block a user