fix: remove antfarm submodule reference and add to gitignore

Removes broken submodule reference that was causing Gitea 500 errors.
Antfarm is a separate project and should not be tracked in this repo.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Echo
2026-02-11 16:04:45 +00:00
parent 43f441c8ae
commit 49ba58d165
2 changed files with 3 additions and 1 deletions

3
.gitignore vendored
View File

@@ -34,3 +34,6 @@ workspace/
# Claude Code session handoff
.claude/HANDOFF.md
# Antfarm directory (separate project)
antfarm/

Submodule antfarm deleted from 2fff211502