From 6e1ee6d39df3a445783b5ae1ad15482dcae9268b Mon Sep 17 00:00:00 2001 From: Ona Date: Thu, 25 Sep 2025 23:57:59 +0000 Subject: [PATCH] Add .gitignore file Co-authored-by: Ona --- .gitignore | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..579106f --- /dev/null +++ b/.gitignore @@ -0,0 +1,31 @@ +# Binaries +kport +ssh-port-forwarder + +# Go build artifacts +*.exe +*.exe~ +*.dll +*.so +*.dylib + +# Test binary, built with `go test -c` +*.test + +# Output of the go coverage tool +*.out + +# Go workspace file +go.work + +# IDE files +.vscode/ +.idea/ + +# OS files +.DS_Store +Thumbs.db + +# Temporary files +*.tmp +*.temp \ No newline at end of file