mirror of
https://github.com/block/goose.git
synced 2026-07-09 16:09:22 +00:00
Some checks failed
Canary / Prepare Version (push) Waiting to run
Canary / build-cli (push) Blocked by required conditions
Canary / Upload Install Script (push) Blocked by required conditions
Canary / bundle-desktop (push) Blocked by required conditions
Canary / bundle-desktop-linux (push) Blocked by required conditions
Canary / bundle-desktop-windows (push) Blocked by required conditions
Canary / Release (push) Blocked by required conditions
Cargo Deny / deny (push) Waiting to run
CI / Test and Lint Electron Desktop App (push) Blocked by required conditions
CI / changes (push) Waiting to run
CI / Check Rust Code Format (push) Blocked by required conditions
CI / Build and Test Rust Project (push) Blocked by required conditions
CI / Lint Rust Code (push) Blocked by required conditions
CI / Check OpenAPI Schema is Up-to-Date (push) Blocked by required conditions
Live Provider Tests / check-fork (push) Waiting to run
Live Provider Tests / changes (push) Blocked by required conditions
Live Provider Tests / Build Binary (push) Blocked by required conditions
Live Provider Tests / Smoke Tests (push) Blocked by required conditions
Live Provider Tests / Smoke Tests (Code Execution) (push) Blocked by required conditions
Live Provider Tests / Compaction Tests (push) Blocked by required conditions
Live Provider Tests / goose server HTTP integration tests (push) Blocked by required conditions
Publish Docker Image / docker (push) Waiting to run
Scorecard supply-chain security / Scorecard analysis (push) Waiting to run
Publish Ask AI Bot Docker Image / docker (push) Has been cancelled
Signed-off-by: The-Best-Codes <106822363+The-Best-Codes@users.noreply.github.com>
28 lines
661 B
Text
28 lines
661 B
Text
# Include only what's needed from the monorepo root context
|
|
# This file is used when building from the repo root
|
|
|
|
# Exclude everything by default
|
|
*
|
|
|
|
# Include the bot source
|
|
!services/ask-ai-bot/
|
|
|
|
# Include documentation (only docs subfolder needed)
|
|
!documentation/docs/
|
|
|
|
# Include codebase source for code browsing
|
|
!ui/
|
|
!crates/
|
|
|
|
# Exclude unnecessary files from included directories
|
|
services/ask-ai-bot/node_modules
|
|
services/ask-ai-bot/dist
|
|
services/ask-ai-bot/.env
|
|
services/ask-ai-bot/.discraft
|
|
**/*.tsbuildinfo
|
|
|
|
# Exclude large assets from docs that aren't needed for search
|
|
documentation/docs/assets
|
|
|
|
# Exclude build artifacts from crates
|
|
crates/**/target
|