Basic Jeopardy page, working on revamping designs.

This commit is contained in:
AlacrisDevs
2025-12-07 14:10:09 +02:00
commit facb36a07f
59 changed files with 8663 additions and 0 deletions

60
.gitignore vendored Normal file
View File

@@ -0,0 +1,60 @@
node_modules
# Output
.output
.vercel
.netlify
.wrangler
/.svelte-kit
/build
/dist
# OS
.DS_Store
Thumbs.db
Desktop.ini
*.swp
*.swo
*~
# Env
.env
.env.*
!.env.example
!.env.test
# Vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
# Paraglide / Inlang
src/lib/paraglide
project.inlang/cache
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Cache
.cache
.parcel-cache
.turbo
*.tsbuildinfo
# IDE
.idea
*.sublime-project
*.sublime-workspace
*.code-workspace
# Testing
coverage
.nyc_output
# Misc
*.local
.history