Update gitignore: ignore debugging and mod settings files

This commit is contained in:
2025-08-23 19:59:48 -05:00
parent 419ce21250
commit e27464078e

4
.gitignore vendored
View File

@@ -6,5 +6,9 @@
# Ignore dll cache files
*.cache
# Ignore debugging files
*.pdb
# Ignore mod settings files
Settings.xml
Railloader/ModSettings/*