Files
frontend-svelte/.gitignore
Ilia Mashkov ca1077df2f
Some checks failed
Build / build (pull_request) Failing after 7m12s
Lint / Lint Code (pull_request) Failing after 7m25s
Test / Svelte Checks (pull_request) Failing after 7m18s
fix: add install-state.gz to gitignore
2026-01-06 09:21:56 +03:00

41 lines
344 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
*storybook.log
storybook-static