1
0
mirror of https://github.com/github/gitignore synced 2024-12-02 16:35:44 +01:00
Commit Graph

7 Commits

Author SHA1 Message Date
Brad McManus
42962a6767 Update Android.gitignore for Gradle builds
The new Android build system is based upon Gradle and introduces a new set
of folders and files that should not be committed to version control systems.

Here is an article from the Gradle docs that explains the Gradle wrapper and
which file should and shouldn't be present in VSC:

http://www.gradle.org/docs/current/userguide/gradle_wrapper.html
2013-09-13 15:22:42 -07:00
Joshua Hou
aec3539998 add intellij files to Android.gitignore 2012-12-19 14:57:35 -08:00
Jonas Schmid
4db1b0429f Android: Ignore the proguard folder
When exporting a signed .apk, Ecipse creates a proguard folder in the root directory. It should not be commited.
2012-08-06 09:09:09 +03:00
Allon Hadaya
3ad9edaa26 Ignore '.project' and '.classpath' to avoid conflict between development environments. 2012-04-10 22:07:22 -03:00
Alexander Lucas
599a7fc761 Updated Generated Files location (*R was kind of dangerous), added local.properties 2011-04-27 13:12:44 -07:00
Alexander Lucas
4001623d7d Added local properties, updated how generated files are detected, added OS Cruft (useless stuff added by windows/mac) 2011-04-26 14:46:58 -07:00
Daniel Schauenberg
1bb483835a add basic Android gitignore 2010-11-09 06:38:10 +08:00