dharma/.gitignore
Felipe M. 48a0dffb2b
All checks were successful
ci/woodpecker/tag/release Pipeline was successful
Add HTML report format with filtering capabilities
- Add HTMLReporter that generates interactive HTML reports
- Use html/template with go:embed for template files
- Implement client-side filtering by status code, path, type, and internal/external
- Display internal URLs as relative paths (without base URL)
- Add modern, responsive CSS styling with color-coded status codes
- Include summary statistics and filterable table of all URLs
2026-01-17 17:25:10 +01:00

31 lines
422 B
Text

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
/dharma
/result.csv
/result.html
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
# vendor/
# Go workspace file
go.work
# IDE specific files
.idea/
.vscode/
*.swp
*.swo
# OS specific files
.DS_Store
Thumbs.db