Also untrack .obsidian/ files that were accidentally committed. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
43 lines
369 B
Plaintext
43 lines
369 B
Plaintext
# dependencies
|
|
node_modules/
|
|
.pnpm-store/
|
|
|
|
# build
|
|
dist/
|
|
.next/
|
|
.turbo/
|
|
out/
|
|
|
|
# env
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# testing
|
|
coverage/
|
|
playwright-report/
|
|
test-results/
|
|
blob-report/
|
|
load-tests/results/*.json
|
|
|
|
# misc
|
|
*.log
|
|
npm-debug.log*
|
|
pnpm-debug.log*
|
|
|
|
# personal notes / Obsidian
|
|
.obsidian/
|
|
TEC/
|
|
*.canvas
|