Magic_Ling_Pixel_Dungeon/.gitignore

32 lines
361 B
Plaintext
Raw Normal View History

2014-07-27 07:59:18 +00:00
.classpath
.project
project.properties
2014-07-27 13:43:55 +00:00
proguard.cfg
2014-07-27 07:59:18 +00:00
2014-07-26 17:34:32 +00:00
# Built application files
*.apk
*.ap_
# Files for the Dalvik VM
*.dex
# Java class files
*.class
# Generated files
bin/
gen/
# Gradle files
.gradle/
build/
# Local configuration file (sdk path, etc)
local.properties
# Proguard folder generated by Eclipse
proguard/
2014-10-16 03:50:23 +00:00
#intellij project files
*.iml
*.idea