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:
9
.gitignore
vendored
9
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user