Skip to content

Commit b45b9b7

Browse files
committed
🐛 FIX: re-add .env
1 parent 38f8385 commit b45b9b7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.env

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
REACT_APP_FirebaseApiKey=abcdefghijklmnopqrstuvwxyz
2+
REACT_APP_FirebaseAuthDomain=abcdefghijklmnopqrstuvwxyz
3+
REACT_APP_FirebaseProjectId=abcdefghijklmnopqrstuvwxyz
4+
REACT_APP_FirebaseStorageBucket=abcdefghijklmnopqrstuvwxyz
5+
REACT_APP_FirebaseMessagingSenderId=abcdefghijklmnopqrstuvwxyz
6+
REACT_APP_FirebaseAppId=abcdefghijklmnopqrstuvwxyz

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ npm-debug.log*
2222
yarn-debug.log*
2323
yarn-error.log*
2424

25-
.env
25+
# .env
2626
dev.md

0 commit comments

Comments
 (0)