Files
frontend-svelte/.gitignore
Ilia Mashkov 11c4750d0e
All checks were successful
Workflow / build (push) Successful in 51s
Workflow / publish (push) Successful in 26s
chore: update gitignore
2026-03-04 16:53:53 +03:00

47 lines
387 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/
.aider*