aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 92118b7..596bc88 100644
--- a/.gitignore
+++ b/.gitignore
@@ -39,6 +39,9 @@
!.vscode/launch.json
!.vscode/tasks.json
+# Visual Studio
+.vs/
+
# Godot 4+ specific ignores
.godot/
game/bin/openvic2/*
@@ -70,3 +73,4 @@ bin/*
.DS_Store
*.translation
+!game/common/map/*.obj \ No newline at end of file