Skip to content

Commit

Permalink
Merge pull request #1249 from ptisserand/issue-1168
Browse files Browse the repository at this point in the history
GH-#1168: add .env to .gitignore after brownie init
  • Loading branch information
iamdefinitelyahuman authored Sep 11, 2021
2 parents 7497b0f + 76e9d39 commit a1b6dfd
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 a1b6dfd

Please sign in to comment.