feat: bootstrap walking skeleton
This commit is contained in:
+22
@@ -0,0 +1,22 @@
|
||||
# Dependencies
|
||||
node_modules/
|
||||
.pnpm-store/
|
||||
|
||||
# Build output
|
||||
dist/
|
||||
dev-dist/
|
||||
*.tsbuildinfo
|
||||
|
||||
# Test / coverage
|
||||
coverage/
|
||||
|
||||
# Editor / OS
|
||||
.DS_Store
|
||||
*.local
|
||||
.claude/settings.local.json
|
||||
.vite/
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
pnpm-debug.log*
|
||||
Reference in New Issue
Block a user