Skip to content

Instantly share code, notes, and snippets.

@ryosms
Last active December 15, 2015 17:39
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 ryosms/5298036 to your computer and use it in GitHub Desktop.
Save ryosms/5298036 to your computer and use it in GitHub Desktop.
俺々.gitignore for Android
#
# .gitignore template for Android development
#
# This template is combined the following files in github/gitignore
# https://github.com/github/gitignore
#
# 1. Android.gitignore
# 2. Global/Eclipse.gitignore
# 3. Global/OSX.gitignore
# 4. Global/Windows.gitignore
#
# Create: 2013/04/03 ryosms
#
# 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/
*.pydevproject
.project
.metadata
bin/**
tmp/**
tmp/**/*
*.tmp
*.bak
*.swp
*~.nib
local.properties
.classpath
.settings/
.loadpath
# External tool builders
.externalToolBuilders/
# Locally stored "Eclipse launch configurations"
*.launch
# CDT-specific
.cproject
# PDT-specific
.buildpath
.DS_Store
.AppleDouble
.LSOverride
Icon
# Thumbnails
._*
# Files that might appear on external disk
.Spotlight-V100
.Trashes
# Windows image file caches
Thumbs.db
ehthumbs.db
# Folder config file
Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Files generated by Annotation Processors
# e.g. AndroidAnnotations
.apt_generated/
# for gradle
.gradle
.build/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment