From 1d4d5a631246cfeecd9af22525879e9d00cd898d Mon Sep 17 00:00:00 2001 From: seton Date: Fri, 11 Sep 2026 15:19:21 -0400 Subject: [PATCH] Build: ignore local Railroader logs copied into the repo --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1d4df91..c7b24f4 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,7 @@ native/out/ # IDE .vs/ -*.user \ No newline at end of file +*.user + +# Local game logs accidentally copied into the repo +railloader*.log \ No newline at end of file