EDIT:: Update .gitignore

it should keep the build directory in Client, as that's where the ci reports are saved
This commit is contained in:
Sem van der Hoeven
2019-03-14 10:07:52 +00:00
parent 25758cfbd2
commit 0be9322f66

12
.gitignore vendored
View File

@@ -22,7 +22,7 @@
# src/**/.idea/ # src/**/.idea/
# src/**/.gradle/ # src/**/.gradle/
!src/GoGreen/build/reports
@@ -208,10 +208,7 @@ buildNumber.properties
### VisualStudioCode ### ### VisualStudioCode ###
.vscode/* .vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
### VisualStudioCode Patch ### ### VisualStudioCode Patch ###
# Ignore all local history of files # Ignore all local history of files
@@ -221,7 +218,10 @@ buildNumber.properties
### Gradle ### ### Gradle ###
.gradle .gradle
## keep the build directory, as it contains the reports for the ci
build/ build/
!**/Client/build/
# Ignore Gradle GUI config # Ignore Gradle GUI config
gradle-app.setting gradle-app.setting
@@ -236,6 +236,8 @@ gradle-app.setting
# gradle/wrapper/gradle-wrapper.properties # gradle/wrapper/gradle-wrapper.properties
### Gradle Patch ### ### Gradle Patch ###
## keep the build directory, as it contains the reports for the ci
**/build/ **/build/
# End of https://www.gitignore.io/api/gradle # End of https://www.gitignore.io/api/gradle