Add gitignore
This commit is contained in:
parent
bb5cfd52c5
commit
50f69f22df
39
.gitignore
vendored
Normal file
39
.gitignore
vendored
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
# Android generated
|
||||||
|
bin
|
||||||
|
gen
|
||||||
|
lint.xml
|
||||||
|
|
||||||
|
# IntelliJ IDEA
|
||||||
|
.idea
|
||||||
|
*.iml
|
||||||
|
*.ipr
|
||||||
|
*.iws
|
||||||
|
classes
|
||||||
|
gen-external-apklibs
|
||||||
|
|
||||||
|
# Eclipse
|
||||||
|
.project
|
||||||
|
.classpath
|
||||||
|
.settings
|
||||||
|
.checkstyle
|
||||||
|
|
||||||
|
# Gradle
|
||||||
|
.gradle
|
||||||
|
build
|
||||||
|
out
|
||||||
|
|
||||||
|
# Maven
|
||||||
|
target
|
||||||
|
release.properties
|
||||||
|
pom.xml.*
|
||||||
|
|
||||||
|
# Ant
|
||||||
|
ant.properties
|
||||||
|
local.properties
|
||||||
|
proguard.cfg
|
||||||
|
proguard-project.txt
|
||||||
|
|
||||||
|
# Other
|
||||||
|
.DS_Store
|
||||||
|
dist
|
||||||
|
tmp
|
Loading…
x
Reference in New Issue
Block a user