Files
website/.gitignore
Mauricio Siu b594e5fbf3 chore: update .gitignore to exclude generated API documentation path
- Removed the exclusion for openapi.json and added the path for generated API documentation files.
- This change ensures that the generated documentation is properly managed and not ignored during builds.
2025-11-30 01:19:36 -06:00

46 lines
482 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# Dependencies
node_modules
.pnp
.pnp.js
.docker
# Local env files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Testing
coverage
# Turbo
.turbo
# Vercel
.vercel
# Build Outputs
.next/
out/
dist
# Debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Editor
.vscode
.idea
# Misc
.DS_Store
*.pem
# Generated files
apps/docs/content/docs/api/generated/