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/**/.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