36 lines
285 B
Plaintext
36 lines
285 B
Plaintext
# Binaries
|
|
/scoutfs-manager
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary
|
|
*.test
|
|
|
|
# Output of go coverage
|
|
*.out
|
|
|
|
# Go workspace
|
|
go.work
|
|
go.work.sum
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Certificates (never commit)
|
|
certs/
|
|
*.pem
|
|
*.key
|
|
|
|
# Build artifacts
|
|
dist/
|