Skip to content

Instantly share code, notes, and snippets.

@fernandodev
Last active December 23, 2015 18:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fernandodev/6678652 to your computer and use it in GitHub Desktop.
Save fernandodev/6678652 to your computer and use it in GitHub Desktop.
If you are creating a new android project probably you'll setup .gitignore as below To save time and memory, just copy+paste
# 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
# Eclipse project files
.classpath
.project
# Proguard folder generated by Eclipse
proguard/
# Intellij project files
*.iml
*.ipr
*.iws
.idea/
# Android keystores
*.keystore
# Gradle
.gradle/
build/
build.log
build-log.xml
.DS_Store
# Android keys
*.jks
# Temporary file
*~
*.swp
@fernandodev
Copy link
Author

.gitignore's file for Android Projects only

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment