- 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
13 lines
149 B
Plaintext
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
|