Initialize project template
All checks were successful
CI / smoke (push) Successful in 10s

This commit is contained in:
Codex
2026-04-05 09:31:36 +08:00
commit 44316ee9e3
4 changed files with 71 additions and 0 deletions

20
.gitignore vendored Normal file
View File

@@ -0,0 +1,20 @@
# OS
.DS_Store
Thumbs.db
# Editors
.vscode/
.idea/
# Logs
*.log
# Environment
.env
.env.*
# Dependencies and build output
node_modules/
dist/
build/
coverage/