diff options
| author | Kujtim Hoxha <[email protected]> | 2025-04-15 11:59:23 +0200 |
|---|---|---|
| committer | Kujtim Hoxha <[email protected]> | 2025-04-21 13:41:27 +0200 |
| commit | 76b4065f17b87a63092acfd98c997bab53700b35 (patch) | |
| tree | 492405879d0c5a784c95b5fc9fd382b8c83dd283 | |
| parent | 1cdd24fbc7b45693b65b5d55e4f45c2ebc60a556 (diff) | |
| download | opencode-76b4065f17b87a63092acfd98c997bab53700b35.tar.gz opencode-76b4065f17b87a63092acfd98c997bab53700b35.zip | |
update gitignore
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 0ef6e2aef..b4d5d61ea 100644 --- a/.gitignore +++ b/.gitignore @@ -31,7 +31,7 @@ go.work .Trashes ehthumbs.db Thumbs.db -debug.log +*.log # Binary output directory /bin/ @@ -44,3 +44,4 @@ debug.log .opencode internal/assets/diff/index.mjs +cmd/test/* |
