Initial upload: gitignore-generator-cli v1.0.0 with CI/CD workflow

This commit is contained in:
2026-01-30 15:34:07 +00:00
parent 32fb65d6dc
commit aac25a1a54

30
templates/go.gitignore Normal file
View File

@@ -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