First commit.

This commit is contained in:
2014-03-31 11:06:40 -04:30
commit 35b6c333c7
4 changed files with 263 additions and 0 deletions

32
.gitignore vendored Normal file
View File

@@ -0,0 +1,32 @@
# built application files
*.apk
*.ap_
# files for the dex VM
*.dex
# Compiled files
*.class
*.nxd
*.nxj
# generated files
bin/
gen/
# Local configuration file (sdk path, etc)
local.properties
# Eclipse project files
.classpath
.project
# Proguard folder generated by Eclipse
proguard/
# Intellij project files
*.iml
*.ipr
*.iws
.idea/