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:
parent
aedff44581
commit
294147ea62
@ -19,6 +19,7 @@
|
|||||||
# Android standard project ignores
|
# Android standard project ignores
|
||||||
bin/
|
bin/
|
||||||
gen/
|
gen/
|
||||||
|
build/
|
||||||
local.properties
|
local.properties
|
||||||
|
|
||||||
# Eclipse project ignores (With annotations generated files)
|
# Eclipse project ignores (With annotations generated files)
|
||||||
@ -40,3 +41,6 @@ proguard/
|
|||||||
# Maven standard project ignores (With Idea generated)
|
# Maven standard project ignores (With Idea generated)
|
||||||
gen-external-apklibs/
|
gen-external-apklibs/
|
||||||
target/
|
target/
|
||||||
|
|
||||||
|
# Gradle ignores
|
||||||
|
.gradle/
|
||||||
|
Loading…
Reference in New Issue
Block a user