35 lines
303 B
Plaintext
35 lines
303 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Build output
|
|
dist/
|
|
|
|
# Data storage
|
|
data/
|
|
!modules/rdata/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
open-notebook.env
|
|
|
|
# Bun
|
|
bun.lockb
|
|
|
|
# Playwright
|
|
e2e/test-results/
|
|
e2e/playwright-report/
|
|
e2e/blob-report/
|