mirror of
https://github.com/carlosazaustre/tenacitOS.git
synced 2026-08-14 00:57:54 +00:00
- OpenClaw Mission Control dashboard - Auth with rate limiting and secure cookie handling - API routes protected by middleware authentication - Terminal with safe command allowlist - File browser, cron manager, activity feed - Office 3D view with agent avatars - Cost tracking and analytics - Configurable branding via env vars
40 lines
510 B
Plaintext
40 lines
510 B
Plaintext
# Auto detect text files and perform LF normalization
|
|
* text=auto
|
|
|
|
# Source code
|
|
*.ts text eol=lf
|
|
*.tsx text eol=lf
|
|
*.js text eol=lf
|
|
*.jsx text eol=lf
|
|
*.json text eol=lf
|
|
*.md text eol=lf
|
|
*.css text eol=lf
|
|
*.html text eol=lf
|
|
|
|
# Scripts
|
|
*.sh text eol=lf
|
|
|
|
# Images
|
|
*.png binary
|
|
*.jpg binary
|
|
*.jpeg binary
|
|
*.gif binary
|
|
*.ico binary
|
|
*.svg text
|
|
|
|
# Fonts
|
|
*.woff binary
|
|
*.woff2 binary
|
|
*.ttf binary
|
|
*.otf binary
|
|
|
|
# Archives
|
|
*.zip binary
|
|
*.tar binary
|
|
*.gz binary
|
|
|
|
# Database
|
|
*.db binary
|
|
*.sqlite binary
|
|
*.sqlite3 binary
|