update gitignore: add node_modules and package-lock.json

This commit is contained in:
Russell Ballestrini 2025-07-11 14:58:29 -04:00
parent 527fbfad1b
commit cc03367fb1

4
.gitignore vendored
View file

@ -1,2 +1,6 @@
js/dist/*
js/node_modules/*
# Node.js dependencies
node_modules/
package-lock.json