From 9f8161fbc146f36a9cacd3499640434b92a7637f Mon Sep 17 00:00:00 2001 From: Laglangyue <35491928+laglangyue@users.noreply.github.com> Date: Mon, 24 Jun 2024 15:22:40 +0800 Subject: [PATCH] chore: ignore fp-go file for unix machine (#115) Signed-off-by: tangjiafu Co-authored-by: tangjiafu --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e90ce05..d887bd0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ fp-go.exe +fp-go main.exe build/ .idea \ No newline at end of file