Skip to content

Commit a0206bb

Browse files
committed
remove .env files from .gitignore
1 parent 191c52b commit a0206bb

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

client/.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
REACT_APP_TEST_ENV=no.1

client/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
# production
1212
/build
13-
.env
1413
# misc
1514
.DS_Store
1615
.env.local

server/.env

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
POSTGRES_USER=admin
2+
POSTGRES_PASSWORD=admin
3+
POSTGRES_DB=pern_db
4+
POSTGRES_HOST=postgres_db

server/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,3 @@ build/
2828
# Misc
2929
.DS_Store
3030

31-
.env

0 commit comments

Comments
 (0)