mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-24 23:19:39 -05:00
* Initial * Faster user page * Remove redundant function * Favorite badge sorting * Upgrade deps * Simplify entry.server * Bun tests initial * Update package.json npm -> bun * Update README * Type safe translations again * Don't load streams info for finalized tournaments * Translations as an object * More unit test work * Convert match.server.test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * test * Test & all done * Working cf * Bun GA try * No cache * spacing * spacing 2 * Add SQL logging * Remove NR * Hmm * Hmm 2 * Interesting * SKALOP_SYSTEM_MESSAGE_URL * . * . * ? * . * ? * Server.ts adjust * Downgrade Tldraw * E2E test fix * Fix lint
27 lines
277 B
Plaintext
27 lines
277 B
Plaintext
node_modules
|
|
|
|
/.cache*
|
|
/build
|
|
/public/build
|
|
.env
|
|
translation-progress.md
|
|
|
|
notes.md
|
|
|
|
db*.sqlite3*
|
|
!db-test.sqlite3
|
|
dump
|
|
|
|
.DS_Store
|
|
.excalidraw
|
|
|
|
/scripts/output/*
|
|
!/scripts/output/.gitkeep
|
|
|
|
/scripts/dicts/**/*.json
|
|
/test-results/
|
|
/playwright-report/
|
|
/playwright/.cache/
|
|
|
|
.vscode
|