From 46ae67ee4c1aebd354d3571361df3bcde450e312 Mon Sep 17 00:00:00 2001 From: LimboFPS Date: Tue, 12 Sep 2023 23:07:50 -0400 Subject: [PATCH] Fix other branches folders being included --- .gitignore | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 401bf18..184fdda 100644 --- a/.gitignore +++ b/.gitignore @@ -25,8 +25,8 @@ coverage .env # Dependency directory -/node_modules/ -/bower_components/ +node_modules/ +bower_components/ # Editors .idea @@ -41,4 +41,8 @@ dist # ignore lock files yarn.lock -package-lock.json \ No newline at end of file +package-lock.json + +# Ingnore ignores from other branches +ServerMod/ +ClientMod/ \ No newline at end of file