aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Remove Go implementation — ship is skills-only nowmainClawd13 hours1-16/+4
| | | | | | | The skills/ directory fully replaces the old Go CLI. Drop all Go source, build files, planning docs, and the stale SECURITY.md (which described the old git-user push-deploy model that no longer exists). Trim .gitignore to match the new tree.
* Clean up obsolete docs and binariesClawd2026-02-171-0/+1
| | | | | | | | | Removed: - GIT_AND_GOMOD_PLAN.md (old planning) - PLAN_v0.2.0.md (old planning) - PROGRESS.md (v2 progress tracking, complete) - TODO.md (all items fixed) - ship-new binary (added to gitignore)
* Remove .claude from tracking, update .gitignoreClawd2026-02-161-0/+3
|
* gitignorebndw2026-02-151-0/+1
|
* Rename project from deploy to shipbndw2026-01-241-1/+1
| | | | | | | | | - Rename module to github.com/bdw/ship - Rename cmd/deploy to cmd/ship - Update all import paths - Update config path from ~/.config/deploy to ~/.config/ship - Update VPS env path from /etc/deploy to /etc/ship - Update README, Makefile, and docs
* Add deploy command and fix static site namingbndw2026-01-231-1/+1
| | | | | | | | Static sites now default to using the domain as the name instead of the source directory basename, preventing conflicts when multiple sites use the same directory name (e.g., dist). Also fixes .gitignore to not exclude cmd/deploy/ directory.
* initbndw2025-12-281-0/+19