added gitignore to server folder

This commit is contained in:
Sem van der Hoeven
2019-02-24 13:22:54 +01:00
parent 0d65b59455
commit 05d5a5495b
2 changed files with 59 additions and 0 deletions

19
.gitignore vendored
View File

@@ -209,4 +209,23 @@ buildNumber.properties
# Ignore all local history of files
.history
### 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/java,maven,eclipse,intellij,visualstudiocode