From 0cd90755f026409e3fbd64f7474384bbdba713ed Mon Sep 17 00:00:00 2001 From: Anirudh Narasimhamurthy Date: Fri, 30 Jul 2021 01:31:13 -0700 Subject: [PATCH] update readme and gitignore files --- .gitignore | 3 ++- README.md | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2f7b980..d59e048 100644 --- a/.gitignore +++ b/.gitignore @@ -104,4 +104,5 @@ dist .tern-port build/ -junit.xml \ No newline at end of file +junit.xml +/.idea/ diff --git a/README.md b/README.md index f69c13b..017f546 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # GitHub Actions Demo A sample react app with GitHub Actions to build and deploy the app to GitHub pages. +Update README + [![Build & deploy](https://github.com/ClydeDz/github-actions-demo/actions/workflows/build-deploy.yml/badge.svg)](https://github.com/ClydeDz/github-actions-demo/actions/workflows/build-deploy.yml) \ No newline at end of file