Skip to content

Instantly share code, notes, and snippets.

@samuel22gj
Last active September 27, 2017 06:14
Show Gist options
  • Select an option

  • Save samuel22gj/f756e6665e6870ff94b4 to your computer and use it in GitHub Desktop.

Select an option

Save samuel22gj/f756e6665e6870ff94b4 to your computer and use it in GitHub Desktop.
for Android
# built application files
*.apk
*.ap_
# files for the dex 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/
# Android Studio Navigation editor temp files
.navigation/
# Android Studio captures folder
captures/
# Intellij
*.iml
.idea/
# Eclipse project files
.classpath
.project
# Keystore files
*.jks
# External native build folder generated in Android Studio 2.2 and later
.externalNativeBuild
# Google Services (e.g. APIs or Firebase)
google-services.json
# Log Files
*.log
# Mac OS X
.DS_Store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment