build(deps): Add NPM config to track updates

This commit is contained in:
Cotes Chung
2023-09-09 15:36:11 +08:00
parent 557de301fe
commit 6b9e9d089b
3 changed files with 28 additions and 0 deletions

4
.gitignore vendored
View File

@ -2,3 +2,7 @@
.*
!.git*
!.editorconfig
# NPM
node_modules
package-lock.json