From b263d0a01be6d959f43cff0697e56107c22a8169 Mon Sep 17 00:00:00 2001 From: "Christopher J. Brody" Date: Fri, 18 Jan 2019 13:10:36 -0500 Subject: [PATCH 1/3] Ignore more Gradle build artifacts in project --- bin/templates/project/gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bin/templates/project/gitignore b/bin/templates/project/gitignore index 6e5244597f..eb0e86b772 100644 --- a/bin/templates/project/gitignore +++ b/bin/templates/project/gitignore @@ -10,5 +10,8 @@ ant-gen # Eclipse builds gen out -# Gradle builds +# Gradle build artifacts +.gradle /build +/CordovaLib/build +/app/build From cb933e6696338c2a7e9ab12d7be3595c067d05c5 Mon Sep 17 00:00:00 2001 From: "Christopher J. Brody" Date: Mon, 11 Feb 2019 12:47:56 -0500 Subject: [PATCH 2/3] empty commit to trigger another Travis CI build (should be ignored by eventual squash merge) From f77cc669262cab4d6e8e0a8e8455f12a4474effd Mon Sep 17 00:00:00 2001 From: "Christopher J. Brody" Date: Mon, 11 Feb 2019 12:56:50 -0500 Subject: [PATCH 3/3] including a couple suggestions from: - https://github.com/github/gitignore/blob/master/Gradle.gitignore --- bin/templates/project/gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/templates/project/gitignore b/bin/templates/project/gitignore index 6167ede461..427a160a1d 100644 --- a/bin/templates/project/gitignore +++ b/bin/templates/project/gitignore @@ -12,8 +12,10 @@ gen out # Gradle build artifacts .gradle +.gradletasknamecache /build /CordovaLib/build /app/build +gradle-app.setting # Android Studio .idea