ignore node_modules folder during active development (#4054)

This commit is contained in:
Thad Guidry 2021-07-12 00:58:46 -05:00 committed by GitHub
parent 4c42362ae2
commit 758303b5a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
.gitignore vendored
View File

@ -67,3 +67,6 @@ refine-dev.ini
# STS (Spring Tool Suite)
.springBeans
# Ignore Node modules that might inadvertently install at current path instead of user or configured env var NODE_PATH
node_modules/