mirror of
https://github.com/ivuorinen/gh-action-readme.git
synced 2026-01-26 03:04:10 +00:00
* chore(lint): funcorder * chore(lint): yamlfmt, ignored broken test yaml files * chore(tests): tests do not output garbage, add coverage * chore(lint): fix editorconfig violations * chore(lint): move from eclint to editorconfig-checker * chore(lint): add pre-commit, run and fix * chore(ci): we use renovate to manage updates
36 lines
294 B
Plaintext
36 lines
294 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
|
|
|
|
# Created readme files
|
|
testdata/**/*.md
|
|
testdata/**/*.html
|
|
testdata/**/*.json
|
|
coverage.*
|