Files
new-api-analytics/.gitignore
shangzy f1a2641509 Merge remote-tracking branch 'origin/main' into codex/api-analytics-hardening
# Conflicts:
#	README.md
#	lib/queries.test.ts
#	lib/queries.ts
2026-05-27 15:30:26 +08:00

51 lines
574 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/versions
# testing
/coverage
# local worktrees
.worktrees/
# local agent/runtime artifacts
.playwright-mcp/
agent-orchestrator.yaml
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# env files
.env
.env.local
!.env.production
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts