Skip to content

Commit

Permalink
Merge pull request aws-samples#4 from behrooziAWS/master
Browse files Browse the repository at this point in the history
Add latest ignores to .gitignore, remove account specific content
  • Loading branch information
abhi7cr authored Jul 27, 2020
2 parents b624b50 + 8a9df34 commit 6e61e09
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 404 deletions.
18 changes: 17 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,18 @@
node_modules/**
build/**
build/**
#amplify
amplify/\#current-cloud-backend
amplify/.config/local-*
amplify/mock-data
amplify/backend/amplify-meta.json
amplify/backend/awscloudformation
amplify/team-provider-info.json
amplify.json
build/
dist/
node_modules/
aws-exports.js
awsconfiguration.json
amplifyconfiguration.json
amplify-gradle-config.json
amplifyxc.config
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

To automatically deploy the app, click the big orange button 👇

[![amplifybutton](https://oneclick.amplifyapp.com/button.svg)](https://console.aws.amazon.com/amplify/home#/deploy?repo=https://github.com/kkemple/quick-notes)
[![amplifybutton](https://oneclick.amplifyapp.com/button.svg)](https://console.aws.amazon.com/amplify/home#/deploy?repo=https://github.com/aws-samples/aws-amplify-quick-notes)

> If you wish to manually deploy the app, follow the instructions below.
Expand All @@ -29,7 +29,7 @@ To automatically deploy the app, click the big orange button 👇
1. Clone the repo & install the dependencies

```sh
~ git clone https://github.com/kkemple/quick-notes.git
~ git clone https://github.com/aws-samples/aws-amplify-quick-notes.git
~ cd quick-notes
~ npm install
```
Expand Down
7 changes: 0 additions & 7 deletions amplify/.config/local-aws-info.json

This file was deleted.

5 changes: 0 additions & 5 deletions amplify/.config/local-env-info.json

This file was deleted.

86 changes: 0 additions & 86 deletions amplify/backend/amplify-meta.json

This file was deleted.

Loading

0 comments on commit 6e61e09

Please sign in to comment.