Skip to content

Commit

Permalink
refactor: add .env
Browse files Browse the repository at this point in the history
  • Loading branch information
zameji committed Jun 3, 2024
1 parent 199d17c commit f2530b0
Show file tree
Hide file tree
Showing 6 changed files with 179 additions and 260 deletions.
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
node_modules
frontend/dist


# local env files
.env.local
.env.*.local
*/.env
.env

# Log files
npm-debug.log*
Expand Down Expand Up @@ -90,9 +90,6 @@ node_modules/
# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env

# Python cache
__pycache__
.mypy_cache
6 changes: 6 additions & 0 deletions frontend/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
VITE_VUE_APP_FIREBASE_API_KEY=
VITE_VUE_APP_FIREBASE_AUTH_DOMAIN=
VITE_VUE_APP_FIREBASE_PROJECT_ID=
VITE_VUE_APP_FIREBASE_STORAGE_BUCKET=
VITE_VUE_APP_FIREBASE_MESSAGING_SENDER_ID=
VITE_VUE_APP_FIREBASE_APP_ID=
Loading

0 comments on commit f2530b0

Please sign in to comment.