1
0
mirror of https://github.com/github/gitignore synced 2024-12-04 17:35:43 +01:00

Update Android.gitignore

According to https://intellij-support.jetbrains.com/entries/23393067, everything in `.idea` should be committed to version control, *except* `workspace.xml` and `tasks.xml`.
This commit is contained in:
Steve Madsen 2014-05-30 15:57:16 -04:00
parent 88a7dc820e
commit ca8e77dc73

View File

@ -22,5 +22,9 @@ local.properties
# Proguard folder generated by Eclipse # Proguard folder generated by Eclipse
proguard/ proguard/
# User-specific Android Studio files
.idea/workspace.xml
.idea/tasks.xml
#Log Files #Log Files
*.log *.log