- favicon.svg: CF lightning bolt as favicon placeholder until Robin bird icon is designed; wired into index.html <link rel=icon> - icons.svg: leftover social media sprite sheet from old Vue setup, added to .gitignore (not referenced by the static UI)
38 lines
637 B
Text
38 lines
637 B
Text
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
node_modules
|
|
# dist/ was previously generated by Vite; now it holds the static UI (dist/index.html).
|
|
# Ignore generated assets but track the hand-crafted index.html.
|
|
dist/assets/
|
|
# Social icon sprite sheet leftover from old Vue setup — not used by the static UI
|
|
dist/icons.svg
|
|
dist-ssr
|
|
*.local
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# Rust build artifacts
|
|
src-tauri/target/
|
|
|
|
# Secrets
|
|
.env
|
|
.env.local
|
|
|
|
# Visual companion brainstorm sessions
|
|
.superpowers/
|