From f158c5afcc628b1989636b7cd09803e621ab8f6f Mon Sep 17 00:00:00 2001 From: James Seibel Date: Sat, 12 Sep 2020 16:10:28 -0500 Subject: [PATCH] Update gitignore to add the run mod folder --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2c770e09f..028e1e40f 100644 --- a/.gitignore +++ b/.gitignore @@ -19,4 +19,8 @@ build # other eclipse -run + +# minecraft run folder, +# ignore everything but the mods folder +run/* +!run/mods \ No newline at end of file