From 00902307925fcfbd91d4a4d01cffe9be2cbce4b5 Mon Sep 17 00:00:00 2001 From: Rafe <51679301+BTCparadigm@users.noreply.github.com> Date: Wed, 19 Jan 2022 00:34:52 +0200 Subject: [PATCH 1/2] Ignore .vs/ folder --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 594226273..e5e5bbfeb 100644 --- a/.gitignore +++ b/.gitignore @@ -74,3 +74,6 @@ profile.tmp # Coverage test coverage.txt + +# Visual Studio cache/options directory +.vs/ From a88a3c1b6d4f95dbaaa8492ef70e06efadb04de9 Mon Sep 17 00:00:00 2001 From: Rafe <51679301+BTCparadigm@users.noreply.github.com> Date: Wed, 19 Jan 2022 13:01:56 +0200 Subject: [PATCH 2/2] Update release-notes-0.15.0.md Add .gitignore update. Add myself as contributor. --- docs/release-notes/release-notes-0.15.0.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/release-notes/release-notes-0.15.0.md b/docs/release-notes/release-notes-0.15.0.md index 5ce636b74..c1a21e12f 100644 --- a/docs/release-notes/release-notes-0.15.0.md +++ b/docs/release-notes/release-notes-0.15.0.md @@ -50,6 +50,8 @@ * [A nightly build of the `lnd` docker image is now created automatically](https://github.com/lightningnetwork/lnd/pull/6160). + +* [Add `.vs/` folder to `.gitignore`](https://github.com/lightningnetwork/lnd/pull/6178). ## RPC Server @@ -74,6 +76,7 @@ * 3nprob * Andreas Schjønhaug * asvdf +* BTCparadigm * Carsten Otto * Dan Bolser * Daniel McNally