Revert "MERGE::Merge branch 'fix_gradle_build_file'"
This reverts commit309337f26d, reversing changes made tod902c7401d.
This commit is contained in:
37
.gitignore
vendored
37
.gitignore
vendored
@@ -19,12 +19,10 @@
|
||||
# Edit at https://www.gitignore.io/?templates=java,maven,eclipse,intellij,visualstudiocode
|
||||
|
||||
### our project ###
|
||||
# src/**/.idea/
|
||||
# src/**/.gradle/
|
||||
|
||||
!src/GoGreen/build/reports
|
||||
|
||||
|
||||
Client/.idea/
|
||||
Client/.gradle/
|
||||
Server/.idea/
|
||||
Server/.gradle/
|
||||
|
||||
### Eclipse ###
|
||||
|
||||
@@ -86,10 +84,10 @@ local.properties
|
||||
|
||||
### Eclipse Patch ###
|
||||
# Eclipse Core
|
||||
# .project
|
||||
.project
|
||||
|
||||
# JDT-specific (Eclipse Java Development Tools)
|
||||
# .classpath
|
||||
.classpath
|
||||
|
||||
# Annotation Processing
|
||||
.apt_generated
|
||||
@@ -217,25 +215,4 @@ buildNumber.properties
|
||||
# Ignore all local history of files
|
||||
.history
|
||||
|
||||
# End of https://www.gitignore.io/api/java,maven,eclipse,intellij,visualstudiocode
|
||||
|
||||
### Gradle ###
|
||||
.gradle
|
||||
build/
|
||||
|
||||
# Ignore Gradle GUI config
|
||||
gradle-app.setting
|
||||
|
||||
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
|
||||
!gradle-wrapper.jar
|
||||
|
||||
# Cache of project
|
||||
.gradletasknamecache
|
||||
|
||||
# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
|
||||
# gradle/wrapper/gradle-wrapper.properties
|
||||
|
||||
### Gradle Patch ###
|
||||
**/build/
|
||||
|
||||
# End of https://www.gitignore.io/api/gradle
|
||||
# End of https://www.gitignore.io/api/java,maven,eclipse,intellij,visualstudiocode
|
||||
Reference in New Issue
Block a user