aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorVincent Zhang <73851560+bootsareme@users.noreply.github.com>2026-03-05 23:54:30 -0500
committerGitHub <noreply@github.com>2026-03-05 22:54:30 -0600
commit73cc345f54b989aab39d05ad1b269a338771ab52 (patch)
tree15c54e8bd7322151ebc55ca58533d759e423585b /.gitignore
parent5cbdf27b46e4ac23e441489c524b1f1aba88c269 (diff)
Add a launch argument for full screen (#663)
* 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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 9caff84a..ef12716d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -433,3 +433,6 @@ build/*
# Local saves
Minecraft.Client/Saves/
+
+# Visual Studio Per-User Config
+*.user