Exclude world folder created by saving in the demo. (#1282)

This commit is contained in:
TomJuri 2022-07-26 15:39:40 +02:00 committed by GitHub
parent 9e5de35fa7
commit da9f6fb3c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

6
.gitignore vendored
View File

@ -55,4 +55,8 @@ gradle-app.setting
# When running the demo we generate the extensions folder
# Incase people are using IntelliJ to run the server, this will exclude extensions from any folder.
/demo/extensions
/extensions
/extensions
# When saving the world in the demo we generate the world folder
# Incase people are using IntelliJ to run the server, this will exclude the world folder.
/demo/world