This repository has been archived on 2019-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
controldna/.gitignore

37 lines
404 B
Text
Raw Permalink Normal View History

2013-05-31 15:03:52 +00:00
# built application files
*.apk
*.ap_
# files for the dex VM
*.dex
# Java class files
*.class
# generated files
bin/
gen/
# Local configuration file (sdk path, etc)
local.properties
2013-12-24 16:28:10 +00:00
project.properties
2013-05-31 15:03:52 +00:00
# Eclipse project files
2013-09-27 15:08:12 +00:00
.settings/
2013-05-31 15:03:52 +00:00
.classpath
.project
# Proguard folder generated by Eclipse
proguard/
# Intellij project files
*.iml
*.ipr
*.iws
2013-12-24 16:28:10 +00:00
.idea/
2013-12-30 01:17:13 +00:00
# Gradle files
build/
.gradle/
2014-01-02 12:48:09 +00:00
build.xml