chore: ignore bin/ directory to prevent repository bloat
Some checks failed
CI/CD / Test (push) Failing after 4s
CI/CD / Generate SBOM (push) Has been skipped
CI/CD / Lint (push) Failing after 4s
CI/CD / Build (darwin-amd64) (push) Has been skipped
CI/CD / Build (linux-amd64) (push) Has been skipped
CI/CD / Build (darwin-arm64) (push) Has been skipped
CI/CD / Build (linux-arm64) (push) Has been skipped
CI/CD / Release (push) Has been skipped
CI/CD / Build & Push Docker Image (push) Has been skipped
CI/CD / Mirror to GitHub (push) Has been skipped
Some checks failed
CI/CD / Test (push) Failing after 4s
CI/CD / Generate SBOM (push) Has been skipped
CI/CD / Lint (push) Failing after 4s
CI/CD / Build (darwin-amd64) (push) Has been skipped
CI/CD / Build (linux-amd64) (push) Has been skipped
CI/CD / Build (darwin-arm64) (push) Has been skipped
CI/CD / Build (linux-arm64) (push) Has been skipped
CI/CD / Release (push) Has been skipped
CI/CD / Build & Push Docker Image (push) Has been skipped
CI/CD / Mirror to GitHub (push) Has been skipped
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -9,10 +9,11 @@ logs/
|
|||||||
*.trace
|
*.trace
|
||||||
*.err
|
*.err
|
||||||
|
|
||||||
# Ignore built binaries in root (keep bin/ directory for releases)
|
# Ignore built binaries (built fresh via build_all.sh on release)
|
||||||
/dbbackup
|
/dbbackup
|
||||||
/dbbackup_*
|
/dbbackup_*
|
||||||
!dbbackup.png
|
!dbbackup.png
|
||||||
|
bin/
|
||||||
|
|
||||||
# Ignore development artifacts
|
# Ignore development artifacts
|
||||||
*.swp
|
*.swp
|
||||||
|
|||||||
Reference in New Issue
Block a user