From 1c75c8acbd3e702767a2a6cd5e3c6e33d64757bd Mon Sep 17 00:00:00 2001 From: Jens Pitkanen Date: Wed, 22 Jul 2026 01:08:21 +0300 Subject: [PATCH] Ignore trenchbroom autosaves --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index fdb6aed..950e4f1 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,10 @@ godot/.godot/ godot/android/ +# Mapping ignores +godot/maps/**/autosave/* +!godot/maps/**/autosave/.gdignore + +# Rust ignores rust/target target \ No newline at end of file