Skip to content

Commit

Permalink
gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgiySergeev committed Feb 22, 2024
1 parent 871a312 commit 878887e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
REACT_APP_TMDB_API_KEY = 4c0e7f751de589a214c7a7cb256ddfec

REACT_APP_TMDB_AUTH = Bearer 4c0e7f751de589a214c7a7cb256ddfec

REACT_APP_FIREBASE_API_KEY = AIzaSyDj-YA1M2571KnT1Y0QDeLajiw5G_cDkAU
REACT_APP_FIREBASE_AUTH_DOMAIN = moviebox-9de56.firebaseapp.com
REACT_APP_FIREBASE_PROJECT_ID = moviebox-9de56
REACT_APP_FIREBASE_STORAGE_BUCKET = moviebox-9de56.appspot.com
REACT_APP_FIREBASE_MESSAGING_SENDER_ID = 211296617028
REACT_APP_FIREBASE_APP_ID = 1:211296617028:web:7c50179f0e25e8f2117211
REACT_APP_FIREBASE_MEASUREMENT_ID = G-3XV3TN6DZZ
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@

# production
/build
/env
# /env


# misc
.env*
# .env*
.DS_Store

.env.local
Expand Down

0 comments on commit 878887e

Please sign in to comment.