mirror of
https://github.com/github/gitignore
synced 2024-12-03 17:05:44 +01:00
Update Android.gitignore
This commit is contained in:
parent
2544a6b710
commit
688a5ba7bd
@ -1,23 +1,39 @@
|
||||
# Built application files
|
||||
*.apk
|
||||
*.ap_
|
||||
# Android generated
|
||||
bin
|
||||
gen
|
||||
lint.xml
|
||||
|
||||
# Files for the Dalvik VM
|
||||
*.dex
|
||||
# Eclipse
|
||||
.project
|
||||
.classpath
|
||||
.settings
|
||||
.checkstyle
|
||||
|
||||
# Java class files
|
||||
*.class
|
||||
# IntelliJ IDEA
|
||||
.idea
|
||||
*.iml
|
||||
*.ipr
|
||||
*.iws
|
||||
classes
|
||||
gen-external-apklibs
|
||||
out
|
||||
|
||||
# Generated files
|
||||
bin/
|
||||
gen/
|
||||
# Maven
|
||||
target
|
||||
release.properties
|
||||
pom.xml.*
|
||||
|
||||
# Gradle files
|
||||
.gradle/
|
||||
build/
|
||||
|
||||
# Local configuration file (sdk path, etc)
|
||||
# Ant
|
||||
ant.properties
|
||||
local.properties
|
||||
proguard.cfg
|
||||
proguard-project.txt
|
||||
|
||||
# Proguard folder generated by Eclipse
|
||||
proguard/
|
||||
# Other
|
||||
.DS_Store
|
||||
tmp
|
||||
|
||||
# Gradle
|
||||
.gradle
|
||||
/build
|
||||
/out
|
||||
|
Loading…
Reference in New Issue
Block a user