We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b349e83 commit 07f8ea9Copy full SHA for 07f8ea9
.env.sample
@@ -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
@@ -12,13 +12,18 @@ web-build/
12
yarn-error.log
13
/coverage
14
15
-.env.**
16
-
+.env.development
+.env.production
17
+.env.staging
18
+.env.qa
19
20
# macOS
21
.DS_Store
22
-.env.*
23
24
25
26
27
28
# @generated expo-cli sync-2b81b286409207a5da26e14c78851eb30d8ccbdb
29
# The following patterns were generated by expo-cli
0 commit comments