From a4f737b2be0409a48d00c0d20bb6f7b21852d345 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 25 Jun 2023 15:43:55 -0400 Subject: Death implemented, added money spent, pause screen --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.gitignore') 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 -- cgit v1.2.3