mirror of
https://github.com/github/gitignore.git
synced 2025-02-23 14:44:54 +08: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
|
# Eclipse project files
|
||||||
.classpath
|
.classpath
|
||||||
.project
|
.project
|
||||||
|
|
||||||
|
# IntelliJ Idea related
|
||||||
|
out/
|
||||||
|
.idea/
|
||||||
|
*.iml
|
||||||
|
*.ipr
|
||||||
|
*.iws
|
||||||
|
|
||||||
|
# Mac specific
|
||||||
|
*.DS_Store
|
||||||
|
|
||||||
|
# ProGuard
|
||||||
|
proguard_project.txt
|
||||||
|
proguard_logs/
|
||||||
|
Loading…
Reference in New Issue
Block a user