From 76a3a9a2fd41f42da70c724521e27054fd9727e5 Mon Sep 17 00:00:00 2001 From: dmytrozakharenko Date: Tue, 10 Dec 2024 15:42:39 -0500 Subject: [PATCH] - first commit --- .gitignore | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cc4a7b2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,34 @@ +# Binaries for programs and plugins +*.exe +*.exe~ +*.dll +*.so +*.dylib + +# binary only +bin +dis +!dis/ +!dis/* +__debug_bin* +*.DS_Store + +# Test binary, built with `go test -c` +*.test + +# Output of the go coverage tool, specifically when used with LiteIDE +*.out + +# Go workspace file +go.work + +# VS code files +.vscode/* +*.code-workspace +.history/ + +# GoLand +.idea/ + +# ignore file used for test. +alerts-modified.yaml \ No newline at end of file