EDIT:: edited gitignore file to include the .gradle and .idea directories, and to include the classpath and project files.

maybe this fixes the pipline build failure
This commit is contained in:
Sem van der Hoeven
2019-03-09 13:40:19 +01:00
parent fa73f6fb4d
commit 803b0c2064
22 changed files with 2144 additions and 4 deletions

9
.gitignore vendored
View File

@@ -19,12 +19,13 @@
# Edit at https://www.gitignore.io/?templates=java,maven,eclipse,intellij,visualstudiocode
### our project ###
src/**/.idea/
src/**/.gradle/
# src/**/.idea/
# src/**/.gradle/
!src/GoGreen/build/reports
### Eclipse ###
.metadata
@@ -85,10 +86,10 @@ local.properties
### Eclipse Patch ###
# Eclipse Core
.project
# .project
# JDT-specific (Eclipse Java Development Tools)
.classpath
# .classpath
# Annotation Processing
.apt_generated