Skip to content

Commit 2e27230

Browse files
Merge pull request #10 from rootstrap/chore/remove-env-files
Chore(Env files): Untrack env files from git
2 parents fccce7b + 07f8ea9 commit 2e27230

File tree

5 files changed

+9
-18
lines changed

5 files changed

+9
-18
lines changed

.env.production

Lines changed: 0 additions & 6 deletions
This file was deleted.

.env.development renamed to .env.sample

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

.env.staging

Lines changed: 0 additions & 6 deletions
This file was deleted.

.gitignore

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +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

23+
.env.development
24+
.env.production
25+
.env.staging
26+
.env.qa
2127

2228
# @generated expo-cli sync-2b81b286409207a5da26e14c78851eb30d8ccbdb
2329
# The following patterns were generated by expo-cli

EAS.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,10 @@ When asked `What do you want to do?` select: `App Store Connect: Manage your API
2828

2929
<img width="793" alt="Screenshot 2024-07-31 at 6 09 59 PM" src="https://github.com/user-attachments/assets/c0403c6d-b151-4d74-9458-2b6fadd6cbf3">
3030

31-
3231
In order to be able to Generate a new App Store Connect API Key it's important your user has the right permissions on the App Store Connect account. Make sure you have access to Cloud Managed Distribution Certificate, if you don't have this permission you'll get a `403 - Access forbidden response`.
3332

34-
3533
![Screenshot 2024-07-31 at 5 34 56 PM](https://github.com/user-attachments/assets/890e1199-b4c6-4aed-9582-3122d40ee66a)
3634

37-
3835
2. Build your app using Expo and EAS:
3936

4037
`eas build --platform ios`

0 commit comments

Comments
 (0)