mirror of
https://github.com/apache/superset.git
synced 2026-08-12 11:11:01 +00:00
refactor: Move frontend related artifacts into frontend gitignore (#37496)
This commit is contained in:
@@ -73,10 +73,6 @@ superset/static/assets/*
|
||||
superset/static/uploads/*
|
||||
!superset/static/uploads/.gitkeep
|
||||
superset/static/version_info.json
|
||||
superset-frontend/**/esm/*
|
||||
superset-frontend/**/lib/*
|
||||
superset-frontend/**/storybook-static/*
|
||||
superset-frontend/migration-storybook.log
|
||||
yarn-error.log
|
||||
*.map
|
||||
*.min.js
|
||||
|
||||
@@ -8,3 +8,7 @@ src/temp
|
||||
.temp_cache/
|
||||
.tsbuildinfo
|
||||
.swc/
|
||||
**/esm/*
|
||||
**/lib/*
|
||||
**/storybook-static/*
|
||||
migration-storybook.log
|
||||
|
||||
Reference in New Issue
Block a user