# See https://git-scm.com/docs/gitignore for more about ignoring files.

# editors
#.vscode
.idea/
.vscode

# dependencies
node_modules
**/node_modules
yarn.lock

# builds
build
*/build
dist
**/dist
lib
es
artifacts
coverage
*.tgz
*.js.map

# misc
.DS_Store
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
codecov.*
!codecov.yml

npm-debug.log*
yarn-debug.log*
yarn-error.log*
.history
size-plugin.json
stats-hydration.json
stats.json
stats.html

## custom ones
private
/tests/**/gen/**
test.json
.turbo
.next
docs/.vitepress/cache/**
docs/.vitepress/dist/**
docs/.vitepress/graphs/**
!__snapshots__
kubb-files.json
kubb.log
hello
.log
.mcp.json
!**/__snapshots__/**/.mcp.json
!tools/claude/.mcp.json
examples/**/.mcp
*/mocks/hellowWorld.js
#docs/api/**
packages/ui/static/**
.nx
**/mocks/helloWorld.js
**/src/gen/mocks/excluded.ts

# per-package changelogs (root CHANGELOG.md is the single source of truth)
packages/*/CHANGELOG.md

## Nitro
.output
.nitro
