24 lines
335 B
Text
24 lines
335 B
Text
# editor backups
|
|
*.yml~
|
|
*.js~
|
|
|
|
# config
|
|
viewer/viewer-settings.json
|
|
viewer-settings.json
|
|
|
|
# node
|
|
node_modules/
|
|
/.parcel-cache
|
|
.pnpm-store/
|
|
|
|
# build output (produced by rollup; CI builds on release)
|
|
/dist/
|
|
|
|
# Playwright
|
|
/test-results/
|
|
/playwright-report/
|
|
/blob-report/
|
|
/playwright/.cache/
|
|
/playwright/.auth/
|
|
|
|
/viewer/admin/admin.sqlite
|