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

Add gradle standard ignores

This commit is contained in:
Siarhei Ivonchik 2013-09-24 09:32:36 +03:00
parent aedff44581
commit 294147ea62

View File

@ -19,6 +19,7 @@
# Android standard project ignores
bin/
gen/
build/
local.properties
# Eclipse project ignores (With annotations generated files)
@ -40,3 +41,6 @@ proguard/
# Maven standard project ignores (With Idea generated)
gen-external-apklibs/
target/
# Gradle ignores
.gradle/