Skip to content

Instantly share code, notes, and snippets.

@hyongbai
Forked from keyboardsurfer/.gitignore
Created July 25, 2014 14:12
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 hyongbai/40d504fcd6f3ec2998da to your computer and use it in GitHub Desktop.
Save hyongbai/40d504fcd6f3ec2998da to your computer and use it in GitHub Desktop.
# Copyright: Benjamin Weiss (keyboardsurfer) https://github.com/keyboardsurfer
# Under CC-BY-SA V3.0 (https://creativecommons.org/licenses/by-sa/3.0/legalcode)
# built application files
*.apk
*.ap_
*.jar
!gradle/wrapper/gradle-wrapper.jar
# 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
build/
#for oh-my-zsh jira plugin (https://github.com/robbyrussell/oh-my-zsh/wiki/Plugins#jira)
.jira-url
atlassian-ide-plugin.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment