mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-09-14 20:00:29 +08:00
352f2094bd
* feat(registry): add health monitoring * fix(registry): cache health directory route * fix(registry): harden health state transitions
59 lines
664 B
Plaintext
59 lines
664 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
node_modules
|
|
.pnp
|
|
.pnp.js
|
|
|
|
# testing
|
|
coverage
|
|
|
|
# next.js
|
|
.next/
|
|
out/
|
|
build
|
|
|
|
# misc
|
|
.DS_Store
|
|
.eslintcache
|
|
*.pem
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
|
|
# local env files
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# turbo
|
|
.turbo
|
|
|
|
.contentlayer
|
|
tsconfig.tsbuildinfo
|
|
|
|
# ide
|
|
.idea
|
|
.fleet
|
|
.vscode
|
|
|
|
.notes
|
|
.playwright-mcp
|
|
.playwright-cli
|
|
shadcn-workspace
|
|
plans
|
|
|
|
# vitest browser mode writes these only on test failure.
|
|
__screenshots__
|
|
.codex-artifacts
|
|
.registry-health
|
|
.vercel
|
|
.tmp*
|
|
|
|
CONTEXT.md
|
|
docs/adr
|