aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2023-06-25 15:43:55 -0400
committerAndrew Lee <alee14498@protonmail.com>2023-06-25 15:43:55 -0400
commita4f737b2be0409a48d00c0d20bb6f7b21852d345 (patch)
tree13dc0c57b26e0fa78aace5575552dca0f116fce3 /.gitignore
parentdbb42c99e07320bc20d77cdbe404a8071c0a522e (diff)
downloadfrivolous-run-master.tar.gz
frivolous-run-master.tar.bz2
frivolous-run-master.zip
Death implemented, added money spent, pause screenHEADmaster
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 3772e53..0035ad6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,7 @@
-# Godot-specific ignores
+# Godot 4+ specific ignores
.godot/
+
+# Godot-specific ignores
.import/
export.cfg
export_presets.cfg
@@ -10,3 +12,4 @@ export_presets.cfg
# Mono-specific ignores
.mono/
data_*/
+mono_crash.*.json \ No newline at end of file