mirror of
https://github.com/hyperdxio/hyperdx
synced 2026-04-21 13:37:15 +00:00
* Adds support for auto-openapi doc generation * Adds a swagger route for local development * Adds a script to manually generate the openapi doc (to be used later if we publish to our site, etc...) Ref: HDX-1661
69 lines
932 B
Text
69 lines
932 B
Text
# misc
|
|
**/.DS_Store
|
|
**/*.pem
|
|
**/keys
|
|
|
|
# logs
|
|
**/*.log
|
|
**/npm-debug.log*
|
|
**/lerna-debug.log*
|
|
|
|
# yarn
|
|
**/yarn-debug.log*
|
|
**/yarn-error.log*
|
|
.yarn/*
|
|
!.yarn/cache
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
|
|
# dotenv environment variable files
|
|
**/.env.development.local
|
|
**/.env.test.local
|
|
**/.env.production.local
|
|
**/.env.local
|
|
**/.dockerhub.env
|
|
**/.ghcr.env
|
|
|
|
# Next.js build output
|
|
packages/app/.next
|
|
packages/app/.pnp
|
|
packages/app/.pnp.js
|
|
packages/app/.vercel
|
|
packages/app/coverage
|
|
packages/app/out
|
|
|
|
# OpenAPI spec
|
|
packages/public/openapi.json
|
|
|
|
# optional npm cache directory
|
|
**/.npm
|
|
|
|
# dependency directories
|
|
**/node_modules
|
|
|
|
# build output
|
|
**/dist
|
|
**/build
|
|
**/tsconfig.tsbuildinfo
|
|
|
|
# jest coverage report
|
|
**/coverage
|
|
|
|
# e2e
|
|
e2e/cypress/screenshots/
|
|
e2e/cypress/videos/
|
|
e2e/cypress/results
|
|
|
|
# scripts
|
|
scripts/*.csv
|
|
**/venv
|
|
**/__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# docker
|
|
docker-compose.prod.yml
|
|
.volumes
|