Skip to content

Commit

Permalink
add .env to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
okumujustine committed Dec 1, 2024
1 parent 5f69cf8 commit 6ada5fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .env.development
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
REACT_APP_API_URL=https://app-backend-test-001.azurewebsites.net
# REACT_APP_API_URL=https://app-backend-test-001.azurewebsites.net
REACT_APP_API_URL=http://localhost:5000
REACT_APP_SENTRY_DSN=https://[email protected]/6526369
REACT_APP_GOOGLE_CLIENT_ID=40848962667-vu42kp42ba16q3mc1ah8l8rmm028jskf.apps.googleusercontent.com
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,6 @@ yarn-error.log*
/public/env-config.js
env-config.js

.env


0 comments on commit 6ada5fd

Please sign in to comment.