aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorClawd <ai@clawd.bot>2026-04-18 14:40:17 -0700
committerClawd <ai@clawd.bot>2026-04-18 14:40:17 -0700
commit778bef5ee6941056e06326d1eaaa6956d7307a85 (patch)
tree23b85f32fb69f85078b3debec08c1353694def6f /.gitignore
parenteb76b1f6e1697ef170fc45d25e81b21679ea7b0d (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--.gitignore20
1 files changed, 4 insertions, 16 deletions
diff --git a/.gitignore b/.gitignore
index a2dd99e..9de1885 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,19 +1,4 @@
1# Binaries 1# Editors
2/ship
3/ship-new
4*.exe
5*.dll
6*.so
7*.dylib
8bin/
9
10# Test binary
11*.test
12
13# Go workspace file
14go.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-*