From 0be9322f668cb20f0f2af0dd54e10b6862b670a1 Mon Sep 17 00:00:00 2001 From: Sem van der Hoeven Date: Thu, 14 Mar 2019 10:07:52 +0000 Subject: [PATCH] EDIT:: Update .gitignore it should keep the build directory in Client, as that's where the ci reports are saved --- .gitignore | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 3e5b4b2..850b757 100644 --- a/.gitignore +++ b/.gitignore @@ -22,7 +22,7 @@ # src/**/.idea/ # src/**/.gradle/ -!src/GoGreen/build/reports + @@ -208,10 +208,7 @@ buildNumber.properties ### VisualStudioCode ### .vscode/* -!.vscode/settings.json -!.vscode/tasks.json -!.vscode/launch.json -!.vscode/extensions.json + ### VisualStudioCode Patch ### # Ignore all local history of files @@ -221,7 +218,10 @@ buildNumber.properties ### Gradle ### .gradle + +## keep the build directory, as it contains the reports for the ci build/ +!**/Client/build/ # Ignore Gradle GUI config gradle-app.setting @@ -236,6 +236,8 @@ gradle-app.setting # gradle/wrapper/gradle-wrapper.properties ### Gradle Patch ### + +## keep the build directory, as it contains the reports for the ci **/build/ # End of https://www.gitignore.io/api/gradle \ No newline at end of file