-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FABulous: Extend .env default paths and update gitignore (#234)
Extend default paths for .env files to common folders. Add ".env" and "venv" to gitignore. Signed-off-by: Jonas K. <[email protected]>
- Loading branch information
1 parent
e2f2e85
commit 4e4d38a
Showing
2 changed files
with
18 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
demo/ | ||
**/__pycache__ | ||
*.egg-info/ | ||
.venv | ||
.venv | ||
venv | ||
.env | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters