mirror of
https://github.com/aaif-goose/goose.git
synced 2026-06-02 06:14:27 +02:00
85c7f97239
Signed-off-by: The-Best-Codes <106822363+The-Best-Codes@users.noreply.github.com>
29 lines
661 B
Plaintext
29 lines
661 B
Plaintext
# 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
|