Skip to content

Commit

Permalink
fix(env.sample): add env sample file
Browse files Browse the repository at this point in the history
  • Loading branch information
juanchoperezj committed Aug 5, 2024
1 parent b349e83 commit 07f8ea9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .env.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
API_URL=https://dummyjson.com/

## TODO: add the variable to your CI and remove it from here, not recommended setting sensitive values on your git repo
SECRET_KEY=my-secret-key
VAR_NUMBER=10 # this is a number variable
VAR_BOOL=true # this is a boolean variable
11 changes: 8 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,18 @@ web-build/
yarn-error.log
/coverage

.env.**

.env.development
.env.production
.env.staging
.env.qa

# macOS
.DS_Store

.env.*
.env.development
.env.production
.env.staging
.env.qa

# @generated expo-cli sync-2b81b286409207a5da26e14c78851eb30d8ccbdb
# The following patterns were generated by expo-cli
Expand Down

0 comments on commit 07f8ea9

Please sign in to comment.