.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/*
Kujtim Hoxha created
.gitignore | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
@@ -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/*