From 3a7786f9e18dedb8cd2e00adcffd4f1c60e693f1 Mon Sep 17 00:00:00 2001 From: nlf Date: Tue, 3 May 2022 11:08:37 -0700 Subject: [PATCH] chore: gitignore __pycache__ directories in node_modules --- 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