Last active
February 1, 2020 20:36
-
-
Save khalidbourhaba/7e3239c209a56574a5e425ced84da402 to your computer and use it in GitHub Desktop.
An example of a .gitignore file for a AWS Amplify Project
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#amplify | |
amplify/\#current-cloud-backend | |
amplify/.config/local-* | |
amplify/mock-data | |
amplify/team-provider-info.json | |
amplify/backend/amplify-meta.json | |
amplify/backend/awscloudformation | |
build/ | |
dist/ | |
node_modules/ | |
aws-exports.js | |
awsconfiguration.json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment