1
0
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:
Marcel Jackwerth 2013-07-24 15:17:16 +02:00
parent b2c694d792
commit 98d7236b4d

View File

@ -23,8 +23,6 @@ local.properties
proguard/
# Intellij project files
*.iml
*.ipr
*.iws
.idea/
.idea/**/*.iws
.idea/workspace.xml
.idea/tasks.xml