Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
Ignore .env file
Browse files Browse the repository at this point in the history
I'll use this file for secret env variables locally, and I don't want to
risk having those end up in the repo.
  • Loading branch information
trotzig committed Mar 25, 2020
1 parent b0f3a87 commit 41ed5c5
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 @@ -7,6 +7,9 @@ pids
*.pid
*.seed

# dotenv file
.env

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

Expand Down

0 comments on commit 41ed5c5

Please sign in to comment.