Skip to content

Instantly share code, notes, and snippets.

@anujmiddha
Created August 17, 2015 12:56
Show Gist options
  • Save anujmiddha/5d4aeac7fd9368f5cc36 to your computer and use it in GitHub Desktop.
Save anujmiddha/5d4aeac7fd9368f5cc36 to your computer and use it in GitHub Desktop.
gitignore file for Android projects
# built application files
*.apk
*.ap_
# lint folder
lint
# files for the dex VM
*.dex
# Java class files
*.class
# generated files
bin/
gen/
classes/
gen-external-apklibs/
# maven output folder
target
# Local configuration file (sdk path, etc)
local.properties
# Eclipse project files
.classpath
.project
.metadata
.settings
# IntelliJ files
.idea
*.iml
# OSX files
.DS_Store
# Windows files
Thumbs.db
# vi swap files
*.swp
# backup files
*.bak
# gradle directory
.gradle
gradlew
gradlew.bat
gradle/
build/
# crashlytics
com_crashlytics_export_strings.xml
crashlytics-build.properties
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment