- 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>
28 lines
286 B
Plaintext
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
|