Skip to content

Commit

Permalink
tools: add pythonenv to .gitignore
Browse files Browse the repository at this point in the history
GitHub Codespaces installs a copy of Python 3.8 in the repository.

PR-URL: nodejs#35389
Reviewed-By: Jiawen Geng <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Rich Trott <[email protected]>
  • Loading branch information
targos authored and Trott committed Sep 30, 2020
1 parent c7e3b0b commit e2475d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
/*.msi
/*.wixpdb
/*.qlog
# For GitHub Codespaces
/pythonenv*

# === Rules for artifacts of `./configure` ===
/icu_config.gypi
Expand Down

0 comments on commit e2475d5

Please sign in to comment.