Skip to content

Instantly share code, notes, and snippets.

@foolhorse
Last active July 13, 2020 04:35
Show Gist options
  • Save foolhorse/e7c51d1c33f09e5d82cd7f86f13d515d to your computer and use it in GitHub Desktop.
Save foolhorse/e7c51d1c33f09e5d82cd7f86f13d515d to your computer and use it in GitHub Desktop.
Android application gitignore
# Latest version:
# https://gist.github.com/foolhorse/e7c51d1c33f09e5d82cd7f86f13d515d
# Mac system files
.DS_Store
# Linux system files
.directory
# svn files
.svn/
# Local configuration file (sdk path, etc)
local.properties
# Gradle files
.gradle/
# Local configuration file (sdk path, etc)
/local.properties
# Intellij
*.iml
*.ipr
*.iws
.idea/
# Eclipse project files
.classpath
.project
.settings/
# Proguard folder generated by Eclipse
proguard/
# Generated files
bin/
gen/
out/
build/
app/release/
*.apk
# built application files
*.ap_
# Files for the ART/Dalvik VM
*.dex
# Java class files
*.class
# screen shot
/captures
# debug
*.hprof
# Log Files
*.log
# Android Studio Navigation editor temp files
.navigation/
# Keystore files
*.jks
*.keystore
# External native build folder generated in Android Studio 2.2 and later
.externalNativeBuild
*/release
*/debug
# Google Services (e.g. APIs or Firebase)
google-services.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment