This is an automated email from the ASF dual-hosted git repository. bkyryliuk pushed a commit to branch release/3.1.0.rc4 in repository https://gitbox.apache.org/repos/asf/superset.git
commit c80bf51c054c0fb1ba068720279a6923725ade47 Author: Bogdan Kyryliuk <[email protected]> AuthorDate: Mon Dec 13 08:36:42 2021 -0800 Do not ignore js assets --- .gitignore | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 4e69678246..a515b85c83 100644 --- a/.gitignore +++ b/.gitignore @@ -66,10 +66,6 @@ superset-websocket/config.json *.js.map node_modules npm-debug.log* -superset/static/assets -superset/static/version_info.json -superset-frontend/**/esm/* -superset-frontend/**/lib/* superset-frontend/**/storybook-static/* yarn-error.log *.map @@ -81,6 +77,8 @@ test-changelog.md plugins/*/package-lock.json packages/*/package-lock.json + +yarn-error.log # For country map geojson conversion script .ipynb_checkpoints/ scripts/*.zip
