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

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichaƫl Zasso <targos@protonmail.com>2020-09-28 09:44:06 +0300
committerRich Trott <rtrott@gmail.com>2020-09-30 15:52:43 +0300
commite2475d5b54d11b0d2ef7debd18adf61ce0804a7d (patch)
treeaa106ad3cbf2792ee8399a66779cb10faeb2b311 /.gitignore
parentc7e3b0bcb7f57cfc031bdc7c07bb02fd7478b2a1 (diff)
tools: add pythonenv to .gitignore
GitHub Codespaces installs a copy of Python 3.8 in the repository. PR-URL: https://github.com/nodejs/node/pull/35389 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 65caf766e93..4592f603e06 100644
--- a/.gitignore
+++ b/.gitignore
@@ -39,6 +39,8 @@
/*.msi
/*.wixpdb
/*.qlog
+# For GitHub Codespaces
+/pythonenv*
# === Rules for artifacts of `./configure` ===
/icu_config.gypi