Skip to content

Commit b3afd64

Browse files
Revert "Add .env file for environment variables and update .gitignore to comment out dotenv entries"
This reverts commit 452fdf8.
1 parent 452fdf8 commit b3afd64

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

monolith/.env

Lines changed: 0 additions & 2 deletions
This file was deleted.

monolith/.gitignore

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ lerna-debug.log*
3636
!.vscode/extensions.json
3737

3838
# dotenv environment variable files
39-
# .env
40-
# .env.development.local
41-
# .env.test.local
42-
# .env.production.local
43-
# .env.local
39+
.env
40+
.env.development.local
41+
.env.test.local
42+
.env.production.local
43+
.env.local
4444

4545
# temp directory
4646
.temp

0 commit comments

Comments
 (0)