Skip to content

Instantly share code, notes, and snippets.

@nisrulz
Last active November 22, 2015 06:44
Show Gist options
  • Save nisrulz/9cc19fbd79922f78fcf1 to your computer and use it in GitHub Desktop.
Save nisrulz/9cc19fbd79922f78fcf1 to your computer and use it in GitHub Desktop.
.gitignore File for Android Studio
# [Android] ========================
# Built application files
*.apk
*.ap_
# Files for the Dalvik VM
*.dex
# Java class files
*.class
# Generated files
bin/
gen/
# Gradle files
.gradle/
build/
/*/build/
# Local configuration file (sdk path, etc)
local.properties
# Proguard folder generated by Eclipse
proguard/
# Log Files
*.log
## Directory-based project format:
.idea/
## File-based project format:
*.ipr
*.iws
## Plugin-specific files:
# IntelliJ
out/
# mpeltonen/sbt-idea plugin
.idea_modules/
# JIRA plugin
atlassian-ide-plugin.xml
# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
# [Maven] ========================
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
# [Gradle-Android] ========================
# Ignore Gradle GUI config
gradle-app.setting
# Properties
gradle.properties
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.ear
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# Misc
/.idea/workspace.xml
/.idea/libraries
.DS_Store
/captures
**/*.iml
*.class
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment