mirror of
https://github.com/ivuorinen/gh-action-readme.git
synced 2026-01-26 03:04:10 +00:00
* feat: rename internal/errors to internal/apperrors * fix(tests): clear env values before using in tests * feat: rename internal/errors to internal/apperrors * chore(deps): update go and all dependencies * chore: remove renovate from pre-commit, formatting * chore: sonarcloud fixes * feat: consolidate constants to appconstants/constants.go * chore: sonarcloud fixes * feat: simplification, deduplication, test utils * chore: sonarcloud fixes * chore: sonarcloud fixes * chore: sonarcloud fixes * chore: sonarcloud fixes * chore: clean up * fix: config discovery, const deduplication * chore: fixes
41 lines
342 B
Plaintext
41 lines
342 B
Plaintext
# Binaries
|
|
/dist/
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# IDE files
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Test output
|
|
*.test
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Vendor
|
|
go.sum
|
|
/.dccache
|
|
|
|
/gh-action-readme
|
|
*.out
|
|
actionlint
|
|
|
|
# Created readme files
|
|
testdata/**/*.md
|
|
testdata/**/*.html
|
|
testdata/**/*.json
|
|
coverage.*
|
|
|
|
# Other
|
|
/megalinter-reports/
|
|
cr.txt
|