From 9fe730159f309cbf97c1da8ec6674b74361a3b6c Mon Sep 17 00:00:00 2001 From: chives101 Date: Thu, 13 Apr 2023 12:39:23 +0800 Subject: [PATCH] Ignore ./result in git repo result is the default symlink output for nix build --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 53d2b9d3d3..b2aac9bbec 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ wallet/db .idea/ .vscode/ /node* +result \ No newline at end of file