first commit

This commit is contained in:
gotolombok
2026-01-31 17:32:07 +08:00
commit 0007660bd8
12 changed files with 1905 additions and 0 deletions

53
.gitignore vendored Normal file
View File

@@ -0,0 +1,53 @@
# Dependencies
node_modules/
package-lock.json
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.htaccess
yarn.lock
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Operating System
.DS_Store
Thumbs.db
ehthumbs.db
Desktop.ini
# IDEs and Editors
.idea/
.vscode/
*.swp
*.swo
*.sublime-project
*.sublime-workspace
# Testing
coverage/
.nyc_output/
# Build artifacts
dist/
build/
# Temporary files
tmp/
temp/