This commit is contained in:
2025-09-18 09:45:22 -06:00
parent e3de5342ce
commit 8e82274d30
8 changed files with 100 additions and 2 deletions

45
.gitignore vendored Normal file
View File

@@ -0,0 +1,45 @@
# Node & package managers
node_modules/
.npm/
.pnpm-store/
.npmrc.local
# Logs & caches
*.log
pnpm-debug.log*
.npm-debug.log*
.yarn-debug.log*
.yarn-error.log*
.eslintcache
.cache/
# Build & dist
build/
dist/
coverage/
# SvelteKit / Vite
.svelte-kit/
.vite/
# Test artifacts (Vitest/Playwright)
playwright-report/
blob-report/
test-results/
coverage/
# Nix & direnv
result
.direnv/
.devenv/
# OS/editor
.DS_Store
Thumbs.db
.vscode/
.idea/
# Misc
*.local
*.swp
*.swo