mirror of
https://github.com/ivuorinen/gh-action-readme.git
synced 2026-02-04 23:45:12 +00:00
37 lines
305 B
Plaintext
37 lines
305 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.*
|