mirror of
https://github.com/apache/superset.git
synced 2026-04-07 18:35:15 +00:00
36 lines
787 B
Plaintext
36 lines
787 B
Plaintext
# 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/
|
|
|
|
# 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
|