Files
wild-central/.gitignore
2025-10-11 17:15:56 +00:00

25 lines
246 B
Plaintext

# Daemon build artifacts
build/
dist/
wildd
*.deb
__debug*
# Go build cache
*.o
*.a
*.so
__debug*
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool
*.out
*.cover
*.coverage
# Go workspace file
go.work
go.work.sum