Skip to content

Commit e765325

Browse files
committed
chore: expand the callout for not push amplify_outputs to remote repo
1 parent 7aa2ef2 commit e765325

File tree

4 files changed

+4
-4
lines changed
  • src
    • fragments/start/getting-started/reactnative
    • pages
      • [platform]/reference/amplify_outputs
      • gen1/[platform]/start

4 files changed

+4
-4
lines changed

src/fragments/start/getting-started/reactnative/setup.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ When you initialize a new Amplify project, a few things happen:
129129
<InlineFilter filters={['react-native']}>
130130
<Callout>
131131

132-
**Note:** if you are using Expo EAS build, you will need to force commit the `amplifyconfiguration.json` file to local git repository before running `eas build` command. This is because the `amplifyconfiguration.json` file is not included in the default `.gitignore`, and the `eas build` command will not include untracked files in the build.
132+
**Note:** if you are using Expo EAS build, you will need to force commit the `amplifyconfiguration.json` file to local git repository before running the `eas build` command. This is because the `amplifyconfiguration.json` file is excluded in the default `.gitignore`, and the `eas build` command will not include untracked files in the build. <b>When build completes you must remove the `amplifyconfiguration.json` file from the git repository and never commit and push it to the remote repository</b>.
133133

134134
</Callout>
135135
</InlineFilter>

src/pages/[platform]/reference/amplify_outputs/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ You can also manually create this file for a specified Amplify app ID and branch
3838
<InlineFilter filters={['react-native']}>
3939
<Callout>
4040

41-
**Note:** if you are using Expo EAS build, you will need to force commit the `amplify_outputs.json` file to local git repository before running `eas build` command. This is because the `amplify_outputs.json` file is not included in the default `.gitignore`, and the `eas build` command will not include untracked files in the build.
41+
**Note:** if you are using Expo EAS build, you will need to force commit the `amplify_outputs.json` file to local git repository before running `eas build` command. This is because the `amplify_outputs.json` file is excluded in the default `.gitignore`, and the `eas build` command will not include untracked files in the build. <b>When build completes you must remove the `amplifyconfiguration.json` file from the git repository and never commit and push it to the remote repository</b>.
4242

4343
</Callout>
4444
</InlineFilter>

src/pages/gen1/[platform]/start/getting-started/setup/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ When you initialize a new Amplify project, a few things happen:
570570
<InlineFilter filters={['react-native']}>
571571
<Callout>
572572

573-
**Note:** if you are using Expo EAS build, you will need to force commit the `amplifyconfiguration.json` file to local git repository before running `eas build` command. This is because the `amplifyconfiguration.json` file is not included in the default `.gitignore`, and the `eas build` command will not include untracked files in the build.
573+
**Note:** if you are using Expo EAS build, you will need to force commit the `amplifyconfiguration.json` file to local git repository before running the `eas build` command. This is because the `amplifyconfiguration.json` file is excluded in the default `.gitignore`, and the `eas build` command will not include untracked files in the build. <b>When build completes you must remove the `amplifyconfiguration.json` file from the git repository and never commit and push it to the remote repository</b>.
574574

575575
</Callout>
576576
</InlineFilter>

src/pages/gen1/[platform]/start/project-setup/create-application/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ When you initialize a new Amplify project, a few things happen:
261261
<InlineFilter filters={['react-native']}>
262262
<Callout>
263263

264-
**Note:** if you are using Expo EAS build, you will need to force commit the `amplifyconfiguration.json` file to local git repository before running `eas build` command. This is because the `amplifyconfiguration.json` file is not included in the default `.gitignore`, and the `eas build` command will not include untracked files in the build.
264+
**Note:** if you are using Expo EAS build, you will need to force commit the `amplifyconfiguration.json` file to local git repository before running the `eas build` command. This is because the `amplifyconfiguration.json` file is excluded in the default `.gitignore`, and the `eas build` command will not include untracked files in the build. <b>When build completes you must remove the `amplifyconfiguration.json` file from the git repository and never commit and push it to the remote repository</b>.
265265

266266
</Callout>
267267
</InlineFilter>

0 commit comments

Comments
 (0)