Amplify build process deploys amplify.sh to public site

0

I noticed that amplify.sh is published to the root of our public static Jekyll site. How to prevent amplify.sh from being deployed?

Edit: The solution is to add the following exclusions to Jekyll _config.yml:

exclude:
  - "amplify.yml"
  - "amplify.sh"
blsz
asked a year ago50 views
No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions