From 6baa6aa5b218e2cab63627a1ca160e4827b277f2 Mon Sep 17 00:00:00 2001 From: matina Date: Wed, 25 Mar 2026 18:32:48 -0700 Subject: [PATCH] gitignore --- .gitignore | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1f1025f..f9a348a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,33 @@ .idea -.DS_Store \ No newline at end of file +.DS_Store +#vscode +.vscode + +# Binaries for programs and plugins +niki +*.exe +*.exe~ +*.dll +*.so +*.dylib +activate.mise.toml + +# 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) +.idea +bin +tmp + +#.env +*.env + +# Logs +logs/ +mise.log + +curl \ No newline at end of file