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>
26 lines
667 B
Plaintext
26 lines
667 B
Plaintext
.gradle/
|
|
build/
|
|
app/androidApp/build/
|
|
local.properties
|
|
.kotlin/
|
|
*.iml
|
|
.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).
|
|
*.log
|
|
|
|
# The state and key material below all live outside the repo now -- under
|
|
# $XDG_CONFIG_HOME/ai-app and $XDG_DATA_HOME/ai-app, because this repo is
|
|
# a mount shared with a VM the host doesn't trust (see AGENTS.md). These
|
|
# entries stay as a backstop so a stray --config or --certs pointed at the
|
|
# checkout can't commit a CA private key, a token hash, or a transcript.
|
|
certs/
|
|
config.ron
|
|
config.json
|
|
sessions/
|