Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,17 @@ cuebot/.project
/pycue/opencue/compiled_proto/
/rqd/rqd/compiled_proto/
docker-compose-local.yml
/sandbox/kafka*
/sandbox/zookeeper*
docs/_site/
docs/bin/
sandbox/kafka-data
sandbox/zookeeper-data
sandbox/zookeeper-logs
sandbox/rqd/shots/
docs/_data/version.yml
target/*

# Agent files
AGENTS.md
CLAUDE.md
11 changes: 10 additions & 1 deletion rust/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,16 @@
# TODO: Remove once these crates are stable and ready for public use
/crates/cuebot-config
/crates/dist-lock
/crates/scheduler

.DS_Store
config/rqd.local_docker.yaml
/sandbox/kafka*
/reference
Cargo.lock

# Localized files only meant for building docker images locally
proto

# Agent files
AGENTS.md
CLAUDE.md
Loading
Loading