chore: remove binaries from git tracking
All checks were successful
CI/CD / Test (push) Successful in 1m15s
CI/CD / Lint (push) Successful in 1m22s
CI/CD / Build (amd64, darwin) (push) Successful in 30s
CI/CD / Build (amd64, linux) (push) Successful in 29s
CI/CD / Build (arm64, darwin) (push) Successful in 30s
CI/CD / Build (arm64, linux) (push) Successful in 30s
All checks were successful
CI/CD / Test (push) Successful in 1m15s
CI/CD / Lint (push) Successful in 1m22s
CI/CD / Build (amd64, darwin) (push) Successful in 30s
CI/CD / Build (amd64, linux) (push) Successful in 29s
CI/CD / Build (arm64, darwin) (push) Successful in 30s
CI/CD / Build (arm64, linux) (push) Successful in 30s
- Add bin/dbbackup_* to .gitignore - Binaries distributed via GitHub Releases instead - Reduces repo size and eliminates large file warnings
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -13,6 +13,8 @@ logs/
|
|||||||
/dbbackup
|
/dbbackup
|
||||||
/dbbackup_*
|
/dbbackup_*
|
||||||
!dbbackup.png
|
!dbbackup.png
|
||||||
|
bin/dbbackup_*
|
||||||
|
bin/*.exe
|
||||||
|
|
||||||
# Ignore development artifacts
|
# Ignore development artifacts
|
||||||
*.swp
|
*.swp
|
||||||
|
|||||||
@@ -1,6 +1,17 @@
|
|||||||
# DB Backup Tool - Pre-compiled Binaries
|
# DB Backup Tool - Pre-compiled Binaries
|
||||||
|
|
||||||
This directory contains pre-compiled binaries for the DB Backup Tool across multiple platforms and architectures.
|
## Download
|
||||||
|
|
||||||
|
**Binaries are distributed via GitHub Releases:**
|
||||||
|
|
||||||
|
📦 **https://github.com/PlusOne/dbbackup/releases**
|
||||||
|
|
||||||
|
Or build from source:
|
||||||
|
```bash
|
||||||
|
git clone https://github.com/PlusOne/dbbackup.git
|
||||||
|
cd dbbackup
|
||||||
|
./build_all.sh
|
||||||
|
```
|
||||||
|
|
||||||
## Build Information
|
## Build Information
|
||||||
- **Version**: 3.40.0
|
- **Version**: 3.40.0
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user