yggdrasil/.gitignore
xfy 34e3bcdf95 fix: address code review feedback
- Remove unnecessary 'style' from ammonia whitelist (syntect uses classes)
- Log syntect parse errors instead of silently discarding them
- Simplify find_syntax fallback: return &'static directly, remove OnceLock
- Add generated/highlight.css to .gitignore (build artifact)
- Add #[cfg(feature = "server")] guard on mod highlight in main.rs
- Remove redundant code_buffer/code_lang clear on CodeBlock end
2026-06-03 13:13:29 +08:00

13 lines
149 B
Plaintext

/target
/dist
/.dioxus
/.omc
/node_modules
**/**/node_modules
/package-lock.json
others/
public/style.css
public/tiptap
generated/highlight.css
.env