Files
gh-action-readme/.gitignore

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.*