diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..55235cb --- /dev/null +++ b/.gitignore @@ -0,0 +1,31 @@ +# Binaries +*.exe +*.exe~ +*.dll +*.so +*.dylib +bin/ +dist/ + +# Test binary +*.test + +# Output of go coverage +*.out + +# Go workspace +go.work + +# IDE +.idea/ +.vscode/ +*.swp +*.swo + +# OS +.DS_Store +Thumbs.db + +# Env +.env +.env.local