Skip to content

Commit

Permalink
GH-eth-brownie#1168: add .env to .gitignore after brownie init
Browse files Browse the repository at this point in the history
  • Loading branch information
ptisserand committed Sep 10, 2021
1 parent 415d9fb commit 6bcc932
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions brownie/project/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
MIXES_URL = "https://github.com/brownie-mix/{}-mix/archive/{}.zip"

GITIGNORE = """__pycache__
.env
.history
.hypothesis/
build/
Expand Down

0 comments on commit 6bcc932

Please sign in to comment.