From 2bd5d7b24f05d438938466adcea35ecfed310871 Mon Sep 17 00:00:00 2001 From: nlf Date: Tue, 3 May 2022 11:50:27 -0700 Subject: [PATCH] chore: gitignore __pycache__ directories in node_modules (#4842) --- node_modules/.gitignore | 1 + scripts/bundle-and-gitignore-deps.js | 1 + 2 files changed, 2 insertions(+) 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