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