Add sfx folder to gitignore

This commit is contained in:
Sofia 2026-07-24 15:40:19 +03:00
parent 597f6102a8
commit 18b58f4138

1
.gitignore vendored
View File

@ -6,6 +6,7 @@ godot/android/
godot/maps/**/autosave/* godot/maps/**/autosave/*
!godot/maps/**/autosave/.gdignore !godot/maps/**/autosave/.gdignore
godot/maps/entity_models godot/maps/entity_models
godot/raw_assets/sfx
# Rust ignores # Rust ignores
rust/target rust/target