chore: add /cli to .gitignore, clean up stale entries
Some checks are pending
Security Scan / Go Vulnerability Check (push) Waiting to run
Security Scan / Secret Detection (push) Waiting to run
Security Scan / Dependency & Config Scan (push) Waiting to run

Add compiled binary to gitignore. Remove entries for deleted paths
(cmd/bugseti/bugseti, internal/core-ide/core-ide).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Claude 2026-02-16 15:01:18 +00:00
parent a3f0040215
commit 173905403d
No known key found for this signature in database
GPG key ID: AF404715446AEB41

3
.gitignore vendored
View file

@ -15,10 +15,9 @@ coverage.html
bin/ bin/
dist/ dist/
tasks tasks
/cli
/core /core
/i18n-validate /i18n-validate
cmd/bugseti/bugseti
internal/core-ide/core-ide
.angular/ .angular/
patch_cov.* patch_cov.*