update gitignore: add node_modules and package-lock.json
This commit is contained in:
parent
527fbfad1b
commit
cc03367fb1
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1,2 +1,6 @@
|
|||
js/dist/*
|
||||
js/node_modules/*
|
||||
|
||||
# Node.js dependencies
|
||||
node_modules/
|
||||
package-lock.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue