Ignore event-model's and client-core's target/, like server's own

The event-model commit picked up its build directory because there was
no gitignore entry for it -- server/target/ is listed explicitly rather
than a blanket target/, and the new crates need the same line each.

Co-Authored-By: Claude Sonnet <noreply@anthropic.com>
This commit is contained in:
irisandClaude Sonnet committed 2026-09-04 22:40:36 -04:00
1 parent bc3db183e3
commit 62dd6b7912
134 files changed
+2 -330

No files matched your search

+2
View File
@@ -7,6 +7,8 @@ local.properties
.idea/
.DS_Store
server/target/
event-model/target/
client-core/target/
# Server logs from a development run (ai-server.log by convention,
# wg-test.log from ./test-wg-tunnel.sh).