Prepare repo for GitHub publication
- Add MIT LICENSE file - Expand .gitignore with standard Rust/Linux entries - Remove dangling symlinks (breadmancli, breadpadcli) and dev scratchpad (svgs.txt) from git tracking - Replace unsafe unwrap() calls with expect() in breadman CLI (guarded by prior filter)
This commit is contained in:
parent
feefdb81b9
commit
c4626dd64d
34 changed files with 2825 additions and 771 deletions
28
.gitignore
vendored
28
.gitignore
vendored
|
|
@ -1 +1,29 @@
|
|||
target/
|
||||
*.tgz
|
||||
*.zip
|
||||
breadpadcli
|
||||
breadmancli
|
||||
svgs.txt
|
||||
|
||||
# Editor & IDE
|
||||
*.swp
|
||||
*.swo
|
||||
.DS_Store
|
||||
.vscode/
|
||||
.idea/
|
||||
*.iml
|
||||
|
||||
# Environment
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# Debug & Logs
|
||||
*.log
|
||||
*.pid
|
||||
*.sock
|
||||
*.pdb
|
||||
|
||||
# Rust/Cargo
|
||||
Cargo.lock
|
||||
dist/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue