Skip to content

Instantly share code, notes, and snippets.

@shivam340
Created September 21, 2015 11:37
Show Gist options
  • Save shivam340/ab400f356c2a9dd40b02 to your computer and use it in GitHub Desktop.
Save shivam340/ab400f356c2a9dd40b02 to your computer and use it in GitHub Desktop.
#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
# Windows thumbnail db
Thumbs.db
# Apple OSX files
.DS_Store
# Eclipse project files
.classpath
.project
# Android Studio
*.iml
.idea
/*/local.properties
/*/out
/*/*/build
/*/*/production
*~
*.swp
*.ipr
*.iws
.gradle
gradlew
gradlew.bat
build/
/.idea/workspace.xml
.idea/
/local.properties
/.idea/libraries
/build
#NDK
obj/
# crashlytics
crashlytics-build.properties
/app/src/main/assets/crashlytics-build.properties
/app/src/main/res/values/com_crashlytics_export_strings.xml
# backup files
*.bak
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment