From f5a39765736ff4e392b52d72884a0a2502606728 Mon Sep 17 00:00:00 2001 From: Karl Ranna Date: Thu, 2 Aug 2018 10:41:13 +0300 Subject: [PATCH] Add assets/bin to gitignore Following the "build packaged app" from README includes `cp $GOPATH/bin/lnd ./assets/bin/darwin` which will create an untracked `assets/bin/darwin/lnd`. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a78f2b1dc..9aef1e9f1 100644 --- a/.gitignore +++ b/.gitignore @@ -23,4 +23,5 @@ yarn.lock /dist /data -/test/data \ No newline at end of file +/test/data +/assets/bin