Skip to content

Commit 14e2dd8

Browse files
authored
Add note about .env file not being included in .gitignore to readme.
1 parent e4387f4 commit 14e2dd8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ You can (and should) pass these as environment variables from secrets.
140140

141141
Read the [deployment.md](./deployment.md) docs for more details.
142142

143+
Also note that the `.env` file is not included in `.gitignore` by default. See [development.md](./development.md#the-env-file) for more details.
144+
143145
### Generate Secret Keys
144146

145147
Some environment variables in the `.env` file have a default value of `changethis`.

0 commit comments

Comments
 (0)