small update to gitignore, it should now exclude the .gradle and .idea folders in the client and server folder
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -228,4 +228,10 @@ gradle-app.setting
|
|||||||
### Gradle Patch ###
|
### Gradle Patch ###
|
||||||
**/build/
|
**/build/
|
||||||
|
|
||||||
|
### Server and Client ###
|
||||||
|
Server/.gradle
|
||||||
|
Server/.idea
|
||||||
|
|
||||||
|
Client/.gradle
|
||||||
|
Client/.idea
|
||||||
# End of https://www.gitignore.io/api/java,maven,eclipse,intellij,visualstudiocode
|
# End of https://www.gitignore.io/api/java,maven,eclipse,intellij,visualstudiocode
|
||||||
Reference in New Issue
Block a user