gb/.gitignore
Rodrigo Rodriguez (Pragmatismo) 5794b8608c fix: add /api/auth to anonymous paths for chat session creation
- 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
2026-01-10 10:49:19 -03:00

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