From 0ae1cf6e52e8c999c9debe9cb83ca64e5677f70e Mon Sep 17 00:00:00 2001 From: Daniel Krahofer Date: Thu, 30 Jun 2022 12:03:46 +0200 Subject: [PATCH] Ignore docker directory Ignore docker directory if you clone and use the https://github.com/lnbits/legend-regtest-enviroment --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c5f1498ce..07ee15b86 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,4 @@ __bundle__ node_modules lnbits/static/bundle.* +docker