Skip to content

Instantly share code, notes, and snippets.

@FindHao
Created February 3, 2016 04:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FindHao/10c149c048b66e36af10 to your computer and use it in GitHub Desktop.
Save FindHao/10c149c048b66e36af10 to your computer and use it in GitHub Desktop.
git ignore文件 android studio
# 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
# Eclipse project files
.classpath
.project
# Proguard folder generated by Eclipse
proguard/
# Intellij project files
*.iml
*.ipr
*.iws
.idea/
# Gradle files
build/
.gradle/
*/build/
# IDEA
.idea/.name
.idea/encodings.xml
.idea/inspectionProfiles/Project_Default.xml
.idea/inspectionProfiles/profiles_settings.xml
.idea/misc.xml
.idea/modules.xml
.idea/scopes/scope_settings.xml
.idea/vcs.xml
.idea/workspace.xml
.idea/libraries
# Generated files
antLauncher/bin
antLauncher/gen
# Log Files
*.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment