48 lines
489 B
Plaintext
48 lines
489 B
Plaintext
# Go binaries and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Coverage and test artifacts
|
|
*.out
|
|
coverage.out
|
|
coverage.*
|
|
*.coverprofile
|
|
profile.cov
|
|
|
|
# Dependency directories
|
|
# vendor/
|
|
|
|
# Go workspace files
|
|
go.work
|
|
go.work.sum
|
|
|
|
# Local runtime data
|
|
.discrawl/
|
|
*.db
|
|
*.db-*
|
|
*.sqlite
|
|
*.sqlite-*
|
|
*.sqlite3
|
|
*.sqlite3-*
|
|
|
|
# Secrets and local env
|
|
.env
|
|
.env.*
|
|
.direnv/
|
|
|
|
# Build outputs
|
|
/discrawl
|
|
bin/
|
|
dist/
|
|
|
|
# Editor / OS noise
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|