Files
tenacitOS/.gitattributes
Carlos Azaustre ab2d4cb306 feat: initial public release 🚀
- 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
2026-02-21 12:34:54 +00:00

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