aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorVincent Zhang <73851560+bootsareme@users.noreply.github.com>2026-03-06 19:37:11 -0500
committerGitHub <noreply@github.com>2026-03-06 18:37:11 -0600
commitd4db0b947f3ae710bd53ba7bd5f7716a6b0ae272 (patch)
tree3591218f8739554d979d626fbf3b93200201063c /.gitignore
parent48028145dcedd9ff48e8f38c98b8dde112960160 (diff)
Add Adventure Mode as an option when creating world (#757)
* per user config should be .gitignored * add comment surrounding gitignore update * make it wildcard * add fullscreen to launch option struct * remove redundant forward declaration and use fullscreen launch option in main * add adventure mode option as well as adjust cycling logic * Revert deleting *.user from end of .gitignore * rework comments
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index ef12716d..521f1d03 100644
--- a/.gitignore
+++ b/.gitignore
@@ -435,4 +435,4 @@ build/*
Minecraft.Client/Saves/
# Visual Studio Per-User Config
-*.user
+*.user \ No newline at end of file