From 3e7641194e884cdfe8d52b6bf3459a0364f22694 Mon Sep 17 00:00:00 2001 From: JJ Merelo Date: Mon, 6 Dec 2021 10:47:43 +0100 Subject: [PATCH 1/2] Badges are either broken Or pointing to the old site --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 43d5d0432..dcc0897f9 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,6 @@ [![npm package](https://nodei.co/npm/@cypress/request.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/@cypress/request/) -[![Build status](https://img.shields.io/travis/cypress-io/request/master.svg?style=flat-square)](https://travis-ci.org/cypress-io/request) -[![Coverage](https://img.shields.io/codecov/c/github/cypress-io/request.svg?style=flat-square)](https://codecov.io/github/cypress-io/request?branch=master) -[![Coverage](https://img.shields.io/coveralls/cypress-io/request.svg?style=flat-square)](https://coveralls.io/r/cypress-io/request) -[![Dependency Status](https://img.shields.io/david/cypress-io/request.svg?style=flat-square)](https://david-dm.org/cypress-io/request) -[![Known Vulnerabilities](https://snyk.io/test/npm/request/badge.svg?style=flat-square)](https://snyk.io/test/npm/request) -[![Gitter](https://img.shields.io/badge/gitter-join_chat-blue.svg?style=flat-square)](https://gitter.im/cypress-io/request?utm_source=badge) - **This is a fork of [`request`](https://github.com/request/request) for use in [Cypress](https://github.com/cypress-io/cypress).** ## Super simple to use From d3453b3a2d5331fda271343e3f261d0640bce104 Mon Sep 17 00:00:00 2001 From: JJ Merelo Date: Mon, 6 Dec 2021 10:48:17 +0100 Subject: [PATCH 2/2] :see_no_evil: --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 214a2ec7c..326038ff8 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,8 @@ coverage .idea npm-debug.log package-lock.json -.nyc_output \ No newline at end of file +.nyc_output +yarn.lock + +# emacs +*~ \ No newline at end of file