Fix other branches folders being included
This commit is contained in:
parent
71012ee4c1
commit
46ae67ee4c
8
.gitignore
vendored
8
.gitignore
vendored
@ -25,8 +25,8 @@ coverage
|
|||||||
.env
|
.env
|
||||||
|
|
||||||
# Dependency directory
|
# Dependency directory
|
||||||
/node_modules/
|
node_modules/
|
||||||
/bower_components/
|
bower_components/
|
||||||
|
|
||||||
# Editors
|
# Editors
|
||||||
.idea
|
.idea
|
||||||
@ -42,3 +42,7 @@ dist
|
|||||||
# ignore lock files
|
# ignore lock files
|
||||||
yarn.lock
|
yarn.lock
|
||||||
package-lock.json
|
package-lock.json
|
||||||
|
|
||||||
|
# Ingnore ignores from other branches
|
||||||
|
ServerMod/
|
||||||
|
ClientMod/
|
Loading…
x
Reference in New Issue
Block a user