chore(gitignore): ignore built binary and .security-reviewed marker
Le commit precedent a accidentellement inclus le binaire compile et le marker de security review. Ces fichiers ne doivent jamais etre versionnes.
This commit is contained in:
parent
9f7da110d2
commit
d4260f71b4
3 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -5,6 +5,10 @@ dist/
|
|||
*.exe
|
||||
*.test
|
||||
*.out
|
||||
/claude-failover
|
||||
|
||||
# Security review marker (Claude Code hook, expires after 10min)
|
||||
.security-reviewed
|
||||
|
||||
# Go
|
||||
vendor/
|
||||
|
|
|
|||
BIN
claude-failover
BIN
claude-failover
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue