From 83e5432ffe2fec8ce944d5d5b85aeb25e972b891 Mon Sep 17 00:00:00 2001 From: yangchuantongStarry Date: Fri, 3 Jan 2025 10:01:40 +0800 Subject: [PATCH 1/5] Update gitignore --- .gitignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/.gitignore b/.gitignore index 9bea433..fe1aed2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,24 @@ +# Binaries for programs and plugins +*.exe +*.exe~ +*.dll +*.so +*.dylib + +# Test binary, built with `go test -c` +*.test + +# Output of the go coverage tool, specifically when used with LiteIDE +*.out + +# Dependency directories (remove the comment below to include it) +# vendor/ + +# idea +.idea +*.xml + +#gitbook +.gitbook .DS_Store From 5169129c2d8cc9f46ac09c2c770415a0c94918ac Mon Sep 17 00:00:00 2001 From: yangchuantongStarry Date: Tue, 14 Jan 2025 10:03:41 +0800 Subject: [PATCH 2/5] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 84ead69..df75e10 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,6 @@ - + - + From c4e8eb10d4ed56f905041332cd3e48e3626cc99a Mon Sep 17 00:00:00 2001 From: yangchuantongStarry Date: Thu, 23 Jan 2025 17:15:32 +0800 Subject: [PATCH 3/5] Update README.md --- .gitignore | 2 +- README.md | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 9bea433..090a1f0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ - +.idea .DS_Store diff --git a/README.md b/README.md index b2fe93f..5893024 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,4 @@ # UptickNetworkLogo - - - - From 22f19811670e6b368ef664a33bcffcf5cadf69e0 Mon Sep 17 00:00:00 2001 From: yangchuantongStarry Date: Thu, 13 Feb 2025 11:02:36 +0800 Subject: [PATCH 4/5] Update gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index fe1aed2..fbafd63 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,6 @@ .gitbook .DS_Store + +#vscode +.vscode From b578bf04fa4f8adece54a081b139857fd0cb5b5f Mon Sep 17 00:00:00 2001 From: yangchuantongStarry Date: Sun, 15 Jun 2025 21:20:11 +0800 Subject: [PATCH 5/5] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 505bebb..b5e416b 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,4 @@ +