feat: ask ai discord bot (#6842)

Signed-off-by: The-Best-Codes <bestcodes.official@gmail.com>
This commit is contained in:
BestCodes
2026-02-02 16:11:28 -06:00
committed by GitHub
parent fafda07dd0
commit 849cc60fbc
23 changed files with 1262 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
# 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/
# 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