Skip to content

Commit 07f8ea9

Browse files
committed
fix(env.sample): add env sample file
1 parent b349e83 commit 07f8ea9

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

.env.sample

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
API_URL=https://dummyjson.com/
2+
3+
## TODO: add the variable to your CI and remove it from here, not recommended setting sensitive values on your git repo
4+
SECRET_KEY=my-secret-key
5+
VAR_NUMBER=10 # this is a number variable
6+
VAR_BOOL=true # this is a boolean variable

.gitignore

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,18 @@ web-build/
1212
yarn-error.log
1313
/coverage
1414

15-
.env.**
16-
15+
.env.development
16+
.env.production
17+
.env.staging
18+
.env.qa
1719

1820
# macOS
1921
.DS_Store
2022

21-
.env.*
23+
.env.development
24+
.env.production
25+
.env.staging
26+
.env.qa
2227

2328
# @generated expo-cli sync-2b81b286409207a5da26e14c78851eb30d8ccbdb
2429
# The following patterns were generated by expo-cli

0 commit comments

Comments
 (0)