From aac25a1a546d273e49bcbc199353ebd2710e469d Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Fri, 30 Jan 2026 15:34:07 +0000 Subject: [PATCH] Initial upload: gitignore-generator-cli v1.0.0 with CI/CD workflow --- templates/go.gitignore | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 templates/go.gitignore 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