mirror of
https://github.com/github/gitignore
synced 2025-02-18 16:39:08 +01:00
Added ignores for IntelliJ Idea project files, Mac specific .DS_Store, and Android ProGuard stuff
This commit is contained in:
parent
747efedec0
commit
280964b04c
@ -18,3 +18,17 @@ local.properties
|
||||
# Eclipse project files
|
||||
.classpath
|
||||
.project
|
||||
|
||||
# IntelliJ Idea related
|
||||
out/
|
||||
.idea/
|
||||
*.iml
|
||||
*.ipr
|
||||
*.iws
|
||||
|
||||
# Mac specific
|
||||
*.DS_Store
|
||||
|
||||
# ProGuard
|
||||
proguard_project.txt
|
||||
proguard_logs/
|
||||
|
Loading…
x
Reference in New Issue
Block a user