Initial project scaffold and agent docs.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
vader
2026-05-23 11:16:12 +01:00
commit b820b69ce6
8 changed files with 254 additions and 0 deletions
+40
View File
@@ -0,0 +1,40 @@
# Dependencies
node_modules/
# Build / framework
.next/
out/
dist/
build/
.turbo/
.vercel/
# Environment and secrets
.env
.env.*
!.env.example
# Logs and debug
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Testing
coverage/
.nyc_output/
# IDE / OS
.idea/
.vscode/
*.swp
.DS_Store
Thumbs.db
# TypeScript
*.tsbuildinfo
# Misc
.cache/
*.pem