mirror of
https://github.com/ivuorinen/gh-action-readme.git
synced 2026-01-26 03:04:10 +00:00
35 lines
283 B
Plaintext
35 lines
283 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
|