diff options
| author | Clawd <ai@clawd.bot> | 2026-04-18 14:40:17 -0700 |
|---|---|---|
| committer | Clawd <ai@clawd.bot> | 2026-04-18 14:40:17 -0700 |
| commit | 778bef5ee6941056e06326d1eaaa6956d7307a85 (patch) | |
| tree | 23b85f32fb69f85078b3debec08c1353694def6f /.gitignore | |
| parent | eb76b1f6e1697ef170fc45d25e81b21679ea7b0d (diff) | |
Remove Go implementation — ship is skills-only nowmain
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.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 20 |
1 files changed, 4 insertions, 16 deletions
| @@ -1,19 +1,4 @@ | |||
| 1 | # Binaries | 1 | # Editors |
| 2 | /ship | ||
| 3 | /ship-new | ||
| 4 | *.exe | ||
| 5 | *.dll | ||
| 6 | *.so | ||
| 7 | *.dylib | ||
| 8 | bin/ | ||
| 9 | |||
| 10 | # Test binary | ||
| 11 | *.test | ||
| 12 | |||
| 13 | # Go workspace file | ||
| 14 | go.work | ||
| 15 | |||
| 16 | # IDE | ||
| 17 | .vscode/ | 2 | .vscode/ |
| 18 | .idea/ | 3 | .idea/ |
| 19 | *.swp | 4 | *.swp |
| @@ -22,3 +7,6 @@ go.work | |||
| 22 | 7 | ||
| 23 | # Claude local settings | 8 | # Claude local settings |
| 24 | .claude/ | 9 | .claude/ |
| 10 | |||
| 11 | # Syncthing conflict files | ||
| 12 | *.sync-conflict-* | ||
