This reverts commit 4d09f82aec
This commit is contained in:
Ceren U_urlu
2019-02-26 07:56:07 +00:00
parent 4d09f82aec
commit 43ace24fa7
6 changed files with 9 additions and 95 deletions

25
.gitignore vendored
View File

@@ -209,29 +209,4 @@ 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/
### Server and Client ###
Server/.gradle
Server/.idea
Client/.gradle
Client/.idea
# End of https://www.gitignore.io/api/java,maven,eclipse,intellij,visualstudiocode