Skip to content

Commit

Permalink
Add .env to .gitignore
Browse files Browse the repository at this point in the history
Add dotenv file to gitignore since flepiMoP depends on having FLEPI_PATH
and PROJECT_PATH env vars set.
  • Loading branch information
TimothyWillard committed Jul 10, 2024
1 parent bed8d8b commit 58c312c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,6 @@ flepimop/gempyor_pkg/get_value.prof
flepimop/gempyor_pkg/tests/seir/.coverage
flepimop/gempyor_pkg/tests/seir/.coverage.kojis-mbp-8.sph.ad.jhsph.edu.90615.974746
flepimop/gempyor_pkg/.coverage

# Environment variables
.env

0 comments on commit 58c312c

Please sign in to comment.