Fix other branches folders being included

This commit is contained in:
LimboFPS 2023-09-12 23:07:50 -04:00
parent 71012ee4c1
commit 46ae67ee4c

10
.gitignore vendored
View File

@ -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
package-lock.json
# Ingnore ignores from other branches
ServerMod/
ClientMod/