mirror of
https://github.com/github/gitignore
synced 2024-12-02 16:35:44 +01:00
43 lines
506 B
Plaintext
43 lines
506 B
Plaintext
# Common ignores
|
|
.DS_Store
|
|
*~
|
|
~*
|
|
*.bk
|
|
*.bak
|
|
*.log
|
|
*.tmp
|
|
*.swp
|
|
|
|
# Android specific ignores
|
|
*.apk
|
|
*.ap_
|
|
*.dex
|
|
|
|
# Java ignores
|
|
*.class
|
|
|
|
# Android standard project ignores
|
|
bin/
|
|
gen/
|
|
local.properties
|
|
|
|
# Eclipse project ignores (With annotations generated files)
|
|
.classpath
|
|
.project
|
|
.factorypath
|
|
.apt_generated/
|
|
.settings/
|
|
|
|
# Proguard folder generated by Eclipse
|
|
proguard/
|
|
|
|
# Intellij project ignores
|
|
.idea/
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
|
|
# Maven standard project ignores (With Idea generated)
|
|
gen-external-apklibs/
|
|
target/
|