From 3776b2bc9d785400293bed2ffa4d55071868aae2 Mon Sep 17 00:00:00 2001 From: Map Date: Fri, 11 Oct 2024 16:11:03 -0500 Subject: [PATCH] update gitignore to ignore mod folders --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index efdcc6a..d6215ef 100644 --- a/.gitignore +++ b/.gitignore @@ -58,3 +58,6 @@ env #linux *.sh + +# Exclude mod folders, but not files in the root mod directory +/game/mods/*/ \ No newline at end of file