diff options
author | Camil Staps | 2015-05-13 11:51:56 +0200 |
---|---|---|
committer | Camil Staps | 2015-05-13 11:51:56 +0200 |
commit | 25cd745c45e98a58edb8cd3078b20a0ecd83a6c5 (patch) | |
tree | 2b88af6a2825b47f4a6bbbec0bd6b2032359348f /.gitignore | |
parent | Copyright (diff) |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 30 |
1 files changed, 18 insertions, 12 deletions
@@ -1,27 +1,33 @@ -# Built application files +#built application files *.apk *.ap_ -# Files for the Dalvik VM +# files for the dex VM *.dex # Java class files *.class -# Generated files +# generated files bin/ gen/ -# Gradle files -.gradle/ -build/ -/*/build/ - # Local configuration file (sdk path, etc) local.properties -# Proguard folder generated by Eclipse -proguard/ +# Windows thumbnail db +Thumbs.db + +# OSX files +.DS_Store -# Log Files -*.log +# Eclipse project files +.classpath +.project + +# Android Studio +*.iml +.idea +#.idea/workspace.xml - remove # and delete .idea if it better suit your needs. +.gradle +build/ |