ignore node_modules folder during active development (#4054)
This commit is contained in:
parent
4c42362ae2
commit
758303b5a8
3
.gitignore
vendored
3
.gitignore
vendored
@ -67,3 +67,6 @@ refine-dev.ini
|
|||||||
|
|
||||||
# STS (Spring Tool Suite)
|
# STS (Spring Tool Suite)
|
||||||
.springBeans
|
.springBeans
|
||||||
|
|
||||||
|
# Ignore Node modules that might inadvertently install at current path instead of user or configured env var NODE_PATH
|
||||||
|
node_modules/
|
||||||
|
Loading…
Reference in New Issue
Block a user