Skip to content

Instantly share code, notes, and snippets.

@adstro
Last active March 23, 2020 02:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adstro/edd9b8d1158339379006 to your computer and use it in GitHub Desktop.
Save adstro/edd9b8d1158339379006 to your computer and use it in GitHub Desktop.
The .gitignore I use for Android development
# Built application files
*.apk
*.aar
*.ap_
*.aab
# Files for the ART/Dalvik VM
*.dex
# Java class files
*.class
# Generated files
bin/
gen/
out/
# Gradle files
.gradle/
build/
# Local configuration file (sdk path, etc)
local.properties
# Proguard folder generated by Eclipse
proguard/
# Log Files
*.log
# Android Studio Navigation editor temp files
.navigation/
# Android Studio captures folder
captures/
# IntelliJ/Android Studio project files
.idea/
*.iml
*.ipr
*.iws
# Keystore files
*.jks
*.keystore
# External native build folder generated in Android Studio 2.2 and later
.externalNativeBuild
.cxx/
# Google Services (e.g. APIs or Firebase)
google-services.json
# Version control
vcs.xml
# lint
lint/
# Mac OS files
.DS_Store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment