Files
Git-Identity-Audit/.gitignore
T
2026-07-13 05:45:48 +07:00

21 lines
198 B
Plaintext

# Build artifacts
/git-identity-audit
*.exe
*.test
*.out
# Generated reports
git-identity-audit-*.html
# Go tooling
/vendor/
# Editor/OS
.DS_Store
.idea/
.vscode/
# Output
*.html
!template.html