T004
This commit is contained in:
45
.gitignore
vendored
Normal file
45
.gitignore
vendored
Normal 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
|
||||
Reference in New Issue
Block a user