mirror of
https://github.com/jakejarvis/stanza.git
synced 2026-07-16 16:55:58 -04:00
35 lines
320 B
Plaintext
35 lines
320 B
Plaintext
node_modules/
|
|
dist/
|
|
.output/
|
|
.vercel/
|
|
.turbo/
|
|
*.tsbuildinfo
|
|
.tanstack/
|
|
.source/
|
|
|
|
# IDE
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
!.vscode/settings.json
|
|
.idea/
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
pnpm-debug.log*
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Secrets
|
|
.env*
|
|
!.env.example
|
|
|
|
# Test artifacts
|
|
coverage/
|
|
__snapshots__/.tmp/
|
|
|
|
# Vercel
|
|
.vercel
|