37 lines
312 B
Plaintext
37 lines
312 B
Plaintext
# Build output
|
|
/localagent.exe
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Tests and coverage
|
|
*.test
|
|
*.out
|
|
coverage.out
|
|
coverage.html
|
|
|
|
# Go workspace
|
|
go.work
|
|
go.work.sum
|
|
|
|
# Vendor (this repo uses modules)
|
|
/vendor/
|
|
|
|
# Environment
|
|
.env
|
|
.env.*
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
desktop.ini
|
|
|
|
# Editors
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|