Files
cameleer-saas/.gitignore
hsiegeln 2e87667734
Some checks failed
CI / build (push) Failing after 20s
CI / docker (push) Has been skipped
refactor: import brand icons directly from design-system package
- Sidebar and sign-in logos use Vite import from @cameleer/design-system
- HTML favicons copied by postinstall script (gitignored)
- Remove manually copied PNGs from repo
- Clean up SecurityConfig permitAll (bundled assets under /_app/**)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-06 22:39:29 +02:00

28 lines
286 B
Plaintext

# Maven
target/
# IDE
.idea/
*.iml
.vscode/
.settings/
.classpath
.project
.factorypath
*.swp
# OS
.DS_Store
Thumbs.db
# Environment
.env
*.env.local
# Worktrees
.worktrees/
# Generated by postinstall from @cameleer/design-system
ui/public/favicon-32.png
ui/public/favicon-192.png