Add remaining templates (languages, frameworks, IDEs, OS)

This commit is contained in:
2026-01-29 15:43:53 +00:00
parent cc29433f64
commit 74b907fcc6

View File

@@ -0,0 +1,35 @@
name: go
category: language
description: Go development environment
patterns: |
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary (built with 'go test -c')
*.test
# Output of 'go coverage'
*.out
# Go workspace file
go.work
# Vendor directory (if using Go modules)
vendor/
# Go dependencies
go.sum
# IDE files
.idea/
.vscode/
*.swp
*.swo
# OS files
.DS_Store
Thumbs.db