Merge pull request #6178 from BTCparadigm/GitIgnore

Ignore .vs/ folder
This commit is contained in:
Oliver Gugger 2022-01-20 09:34:20 +01:00 committed by GitHub
commit ddaba02558
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

3
.gitignore vendored
View file

@ -74,3 +74,6 @@ profile.tmp
# Coverage test
coverage.txt
# Visual Studio cache/options directory
.vs/

View file

@ -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