Add package-lock.json and .gitignore

This commit is contained in:
handfly 2026-05-03 14:21:56 -04:00
parent 7933962a34
commit bb14c16e8b
2 changed files with 1815 additions and 0 deletions

21
.gitignore vendored Normal file
View file

@ -0,0 +1,21 @@
# Dependencies
node_modules/
# Build output
dist/
# Editor/OS
.DS_Store
.directory
*.swp
.vscode/
.idea/
# Environment files
.env
.env.local
.env.*.local
# Logs
*.log
npm-debug.log*

1794
package-lock.json generated Normal file

File diff suppressed because it is too large Load diff