Skip to content

Instantly share code, notes, and snippets.

@JoaquimLey
Last active August 14, 2016 13:58
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 JoaquimLey/4da49c33ce40ab1ea8404852266ac1d1 to your computer and use it in GitHub Desktop.
Save JoaquimLey/4da49c33ce40ab1ea8404852266ac1d1 to your computer and use it in GitHub Desktop.
Pretty standard/complete .gitignore with focus on Android
# Local files
/local.properties
/build
/captures
# Built application files
*.apk
*.ap_
# Files for the Dalvik VM
*.dex
# Java class files
*.class
# Generated files
bin/
gen/
# Gradle files
.gradle/
./gradlew.bat
./gradlew
build/
# Mirror files
mirror/
# Local configuration file (sdk path, secret varables, etc)
local.properties
gradle.properties
google-services.json
# Proguard folder generated by Eclipse
proguard/
# Intellij project files
*.iws
.idea/
*.iml
# OS
.DS_Store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment