diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-22 09:31:49 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-22 09:31:49 +0200 |
| commit | 0a877f7dfb975c51c9d57f095ab6f313682315cd (patch) | |
| tree | 6706d44b11e9aa0b20042083538b37c4c132ec94 /.gitignore | |
| parent | 5b6683529f1c60a7115536edf144c04dfcc5eb7a (diff) | |
Improve scaffold: Vet/Clean targets, Uninstall guard, Install chmod, gitignore, go 1.24 (task 352)
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1 +1,4 @@ bin/ +*.test +coverage.out +coverage.html |
