| # Dependencies |
| /node_modules |
| |
| # Production |
| /build |
| |
| # Generated files |
| .docusaurus |
| .cache-loader |
| |
| # Misc |
| .DS_Store |
| .env.local |
| .env.development.local |
| .env.test.local |
| .env.production.local |
| |
| npm-debug.log* |
| yarn-debug.log* |
| yarn-error.log* |
| |
| docs/.zshrc |
| |
| # Gets copied from the root of the project at build time (yarn start / yarn build) |
| docs/intro.md |
| |
| # Generated badge images (downloaded at build time by remark-localize-badges plugin) |
| static/badges/ |
| |
| # Generated database documentation MDX files (regenerated at build time) |
| # Source of truth is in superset/db_engine_specs/*.py metadata attributes |
| docs/databases/ |
| |
| # Generated API documentation (regenerated at build time from openapi.json) |
| # Source of truth is static/resources/openapi.json |
| developer_docs/api/ |
| |
| # Generated component documentation MDX files (regenerated at build time) |
| # Source of truth is Storybook stories in superset-frontend/packages/superset-ui-core/src/components/ |
| developer_docs/components/ |
| |
| # Note: src/data/databases.json is COMMITTED (not ignored) to preserve feature diagnostics |
| # that require Flask context to generate. Update it locally with: npm run gen-db-docs |
| |
| # Generated component metadata JSON (regenerated by generate-superset-components.mjs) |
| static/data/components.json |