Files
frontend-svelte/.gitignore
2026-01-30 00:43:16 +03:00

46 lines
379 B
Plaintext

test-results
node_modules
# Output
.output
.vercel
.netlify
.wrangler
/.svelte-kit
/build
/dist
# OS
.DS_Store
Thumbs.db
# Env
.env
.env.*
!.env.example
!.env.test
# Yarn
.yarn
.yarn/**
.yarn/install-state.gz
.pnp.*
# Zed
.zed
# Vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
/docs
AGENTS.md
*.md
!README.md
*storybook.log
storybook-static
# Tests
coverage/