Ignore trenchbroom autosaves

This commit is contained in:
Jens Pitkänen 2026-07-22 01:08:21 +03:00
parent b8ac133468
commit 74be560d50

5
.gitignore vendored
View File

@ -2,5 +2,10 @@
godot/.godot/ godot/.godot/
godot/android/ godot/android/
# Mapping ignores
godot/maps/**/autosave/*
!godot/maps/**/autosave/.gdignore
# Rust ignores
rust/target rust/target
target target