Skip to content

Commit

Permalink
update gitignore to exclude venvs
Browse files Browse the repository at this point in the history
  • Loading branch information
Laityned authored and jlaine committed Mar 5, 2021
1 parent e569fd8 commit 943828d
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 @@ -9,3 +9,12 @@
/build
/dist
/docs/_build

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

0 comments on commit 943828d

Please sign in to comment.