chore: gitignore package-lock.json

This commit is contained in:
Tobi Lutke 2026-02-20 23:36:12 -04:00
parent 1765b6870d
commit 60564b34f8
No known key found for this signature in database

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
node_modules/
dist/
package-lock.json
.npmrc
*.sqlite
.DS_Store