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