Full source for the-third-rev: Discord bot (discord.py), FastAPI web UI (React/TS/Vite/Tailwind), ComfyUI integration, generation history DB, preset manager, workflow inspector, and all supporting modules. Excluded from tracking: .env, invite_tokens.json, *.db (SQLite), current-workflow-changes.json, user_settings/, presets/, logs/, web-static/ (build output), frontend/node_modules/. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
15 lines
273 B
Plaintext
15 lines
273 B
Plaintext
# Normalize line endings to LF in the repository (CRLF on Windows checkout)
|
|
* text=auto eol=lf
|
|
|
|
# Binary files — no line-ending conversion
|
|
*.db binary
|
|
*.png binary
|
|
*.jpg binary
|
|
*.jpeg binary
|
|
*.gif binary
|
|
*.webp binary
|
|
*.mp4 binary
|
|
*.webm binary
|
|
*.zip binary
|
|
*.whl binary
|