Files
gh-action-readme/.gitignore
Ismo Vuorinen de19fab17e chore(ci): snyk configuration (#22)
* chore(ci): snyk configuration

* chore: fix editorconfig violations
2025-08-06 11:08:24 +03:00

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