diff --git a/templates/go.gitignore b/templates/go.gitignore new file mode 100644 index 0000000..0a83c41 --- /dev/null +++ b/templates/go.gitignore @@ -0,0 +1,30 @@ +# Binaries +*.exe +*.exe~ +*.dll +*.so +*.a +*.out + +# Test binary +*.test + +# Output of go coverage +*.out + +# Go workspace +go.work +go.work.sum + +# IDE +.idea/ +*.swp +*.swo +*~ + +# OS +.DS_Store +Thumbs.db + +# Environment +.env