Skip to content

Commit

Permalink
[qa] tell git to ignore virtual environments
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaine committed Feb 1, 2022
1 parent 9e360a5 commit c76224d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,12 @@
/build
/dist
/docs/_build

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

0 comments on commit c76224d

Please sign in to comment.