- Fix 401 Unauthorized on /api/auth?bot_name=default endpoint - Allow anonymous users to create chat sessions without prior authentication - Fix i18n.js DOM timing issue - wait for document.body before attaching listeners
39 lines
422 B
Text
39 lines
422 B
Text
# Build artifacts
|
|
target/
|
|
*.out
|
|
bin/
|
|
|
|
# Logs
|
|
*.log
|
|
*logfile*
|
|
*-log*
|
|
|
|
# Temporary files
|
|
.tmp*
|
|
.tmp/*
|
|
|
|
# Environment files
|
|
.env
|
|
*.env
|
|
|
|
# Work directories
|
|
work/
|
|
|
|
# Redis
|
|
*.rdb
|
|
|
|
# Documentation build
|
|
docs/book
|
|
|
|
# Installers (keep gitkeep)
|
|
botserver-installers/*
|
|
!botserver-installers/.gitkeep
|
|
botserver-stack
|
|
TODO*
|
|
# IDE/Editor settings (local only)
|
|
.vscode/
|
|
.zed/
|
|
.idea/
|
|
|
|
# Lock file (regenerated from Cargo.toml)
|
|
Cargo.lock
|