francoismari / elyze

198 stars 36 forks source link

Missing GraphQL Schema #7

Closed keyvanestermann closed 2 years ago

keyvanestermann commented 2 years ago

The AWS Amplify configuration and GraphQL schemas must be added to versioning

AWS Amplify automatically adds private informations (such as credentials) to .gitignore :

amplify/\#current-cloud-backend
amplify/.config/local-*
amplify/logs
amplify/mock-data
amplify/backend/amplify-meta.json
amplify/backend/.temp
build/
dist/
node_modules/
aws-exports.js
awsconfiguration.json
amplifyconfiguration.json
amplifyconfiguration.dart
amplify-build-config.json
amplify-gradle-config.json
amplifytools.xcconfig
.secret-*
**.sample

We still need the Schema to work with the database. If you are afraid to push your AWS credentials by mistake, please check out the gitignore included in my PR : https://github.com/francoismari/elyze/pull/2