From e27464078e224f9fa4919c70f9ac4e5bf630c939 Mon Sep 17 00:00:00 2001 From: Hawke Date: Sat, 23 Aug 2025 19:59:48 -0500 Subject: [PATCH] Update gitignore: ignore debugging and mod settings files --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 227cf5aa..62b73912 100644 --- a/.gitignore +++ b/.gitignore @@ -6,5 +6,9 @@ # Ignore dll cache files *.cache +# Ignore debugging files +*.pdb + +# Ignore mod settings files Settings.xml Railloader/ModSettings/*