Add remaining templates (languages, frameworks, IDEs, OS)
This commit is contained in:
35
src/gitignore_cli/templates/go.yaml
Normal file
35
src/gitignore_cli/templates/go.yaml
Normal 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
|
||||
Reference in New Issue
Block a user