-
-
Save bucker/8251f5f202af41df1e36 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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_ | |
# 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 | |
project.properties | |
tests/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/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment