30 lines
317 B
Plaintext
30 lines
317 B
Plaintext
|
|
# git metadata
|
||
|
|
.git
|
||
|
|
|
||
|
|
# CI/Gitea config
|
||
|
|
.gitea
|
||
|
|
|
||
|
|
# Developer workspace files
|
||
|
|
go.work
|
||
|
|
go.work.sum
|
||
|
|
|
||
|
|
# Documentation (not needed in the image build context)
|
||
|
|
*.md
|
||
|
|
|
||
|
|
# Test artifacts
|
||
|
|
coverage.out
|
||
|
|
coverage.html
|
||
|
|
*.coverprofile
|
||
|
|
**/*_test.go
|
||
|
|
|
||
|
|
# OS artifacts
|
||
|
|
.DS_Store
|
||
|
|
Thumbs.db
|
||
|
|
|
||
|
|
# Editor artifacts
|
||
|
|
.idea/
|
||
|
|
.vscode/
|
||
|
|
*.swp
|
||
|
|
*.swo
|
||
|
|
*~
|