small update to gitignore, it should now exclude the .gradle and .idea folders in the client and server folder

This commit is contained in:
Sem van der Hoeven
2019-02-25 16:02:04 +01:00
parent 10cbf84cde
commit b52319380b

6
.gitignore vendored
View File

@@ -228,4 +228,10 @@ gradle-app.setting
### 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