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 1724883c50b80704404b12a00c4f72b7ecd7e2a2 Author: Bogdan <[email protected]> AuthorDate: Thu Jan 11 17:53:25 2024 -0800 Update gitignore --- .gitignore | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) diff --git a/.gitignore b/.gitignore index a515b85c83..74da409f23 100644 --- a/.gitignore +++ b/.gitignore @@ -13,7 +13,9 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -# + + + *.bak *.db *.pyc @@ -36,15 +38,9 @@ cover .python-version .tox .vscode -_build -_images -_modules -_static -build app.db apache_superset.egg-info/ changelog.sh -dist dump.rdb env venv* @@ -59,26 +55,12 @@ superset/bin/supersetc tmp rat-results.txt superset/app/ -superset-websocket/config.json -# Node.js, webpack artifacts, storybook -*.entry.js -*.js.map -node_modules -npm-debug.log* -superset-frontend/**/storybook-static/* -yarn-error.log -*.map -*.min.js -test-changelog.md -*.tsbuildinfo # Ignore package-lock in packages plugins/*/package-lock.json packages/*/package-lock.json - -yarn-error.log # For country map geojson conversion script .ipynb_checkpoints/ scripts/*.zip
