Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornlf <quitlahok@gmail.com>2022-05-03 21:50:27 +0300
committerGitHub <noreply@github.com>2022-05-03 21:50:27 +0300
commit2bd5d7b24f05d438938466adcea35ecfed310871 (patch)
treebe10bfb18b40698f096267b7d2ad2b7f717ff043 /node_modules
parent21b823edf7b3095ce1f53da7befda2b41296afe4 (diff)
chore: gitignore __pycache__ directories in node_modules (#4842)
Diffstat (limited to 'node_modules')
-rw-r--r--node_modules/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/node_modules/.gitignore b/node_modules/.gitignore
index 9b34c0807..2133d6ede 100644
--- a/node_modules/.gitignore
+++ b/node_modules/.gitignore
@@ -5,6 +5,7 @@ CHANGELOG*
changelog*
README*
readme*
+__pycache__
.editorconfig
.idea/
.npmignore