init: inline-schema thing

This commit is contained in:
2026-03-31 12:17:46 +08:00
commit 4296c2bdcd
9 changed files with 748 additions and 0 deletions
+40
View File
@@ -0,0 +1,40 @@
# Dependencies
node_modules/
package-lock.json
pnpm-lock.yaml
yarn.lock
# Build output
dist/
# TypeScript cache
*.tsbuildinfo
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Environment variables
.env
.env.local
.env.*.local
# Test coverage
coverage/
# Temporary files
tmp/
temp/