diff --git a/node_modules/.gitignore b/node_modules/.gitignore index 9b34c08077c99..2133d6edeaa88 100644 --- a/node_modules/.gitignore +++ b/node_modules/.gitignore @@ -5,6 +5,7 @@ CHANGELOG* changelog* README* readme* +__pycache__ .editorconfig .idea/ .npmignore diff --git a/scripts/bundle-and-gitignore-deps.js b/scripts/bundle-and-gitignore-deps.js index 96c1419e21807..93d8d89617eb4 100644 --- a/scripts/bundle-and-gitignore-deps.js +++ b/scripts/bundle-and-gitignore-deps.js @@ -33,6 +33,7 @@ CHANGELOG* changelog* README* readme* +__pycache__ .editorconfig .idea/ .npmignore