gitignore添加package-lock.json

This commit is contained in:
tone
2024-09-24 23:35:58 +08:00
parent 3cbe58bebc
commit a9c67cd013

2
.gitignore vendored
View File

@@ -28,6 +28,8 @@ build/Release
# https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
node_modules
package-lock.json
# ---> VisualStudioCode
.settings