31 lines
275 B
Plaintext
31 lines
275 B
Plaintext
# Local dev secrets
|
|
.envrc
|
|
|
|
# Build artifacts
|
|
build/
|
|
dist/
|
|
*.deb
|
|
__debug*
|
|
|
|
# APT repository build artifacts
|
|
.aptly/
|
|
.aptly.conf
|
|
|
|
# Go build cache
|
|
*.o
|
|
*.a
|
|
*.so
|
|
|
|
# Test binary
|
|
*.test
|
|
|
|
# Coverage
|
|
*.out
|
|
*.cover
|
|
*.coverage
|
|
|
|
# Go workspace
|
|
go.work
|
|
go.work.sum
|
|
gpg/wild-central.gpg
|