mirror of
https://github.com/hanzo-docs/docs.git
synced 2026-07-27 04:31:57 +00:00
- Remove apps/docs/.env from git index (contains Orama API keys) - Add apps/docs/.env to .gitignore to prevent re-committing - Add apps/docs/.env.example with placeholder values for onboarding
52 lines
571 B
Plaintext
52 lines
571 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
.idea
|
|
|
|
# dependencies
|
|
node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
.map.ts
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# outputs
|
|
.turbo
|
|
.next
|
|
dist
|
|
out
|
|
.contentlayer
|
|
.eslintcache
|
|
.source
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# local env files
|
|
.env*.local
|
|
apps/docs/.env
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
|
|
packages/radix-ui/css/generated/*.css
|
|
packages/base-ui/css/generated/*.css
|
|
packages/openapi/css/generated/*.css
|
|
CLAUDE.md
|
|
.code/
|