42 lines
556 B
Plaintext
42 lines
556 B
Plaintext
# Dependencies
|
|
**/node_modules/
|
|
|
|
# Build outputs
|
|
**/dist/
|
|
**/dist-ssr/
|
|
**/coverage/
|
|
**/.cache/
|
|
**/*.tsbuildinfo
|
|
|
|
# Environment files
|
|
**/.env
|
|
**/.env.local
|
|
**/.env.*.local
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor / IDE
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea/
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
# Generated OpenAPI (local runs; commit only if you want to publish the spec)
|
|
openapi.generated.json
|
|
openapi.llm.json
|
|
tools/api-format-to-openapi/demo-output/
|