chore: add /cli to .gitignore, clean up stale entries
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:
parent
8167f66fa8
commit
a4ad18fa2a
1 changed files with 1 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -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.*
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue