mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
* Some langs like es didn't have tutorials translated and were pretending to * it lang had tutorials but they weren't being used * Moved tutorials to the more appropriate src/resources/tutorials * Also fixed typos and bb task
17 lines
411 B
TOML
17 lines
411 B
TOML
[default.extend-words]
|
|
# Technical words
|
|
edn = "edn"
|
|
datas = "datas"
|
|
juxt = "juxt"
|
|
Ded = "Ded" # Shows up in ANDed
|
|
referer = "referer" # This is a misspelling in the http spec so not much we can do
|
|
|
|
# False positives
|
|
collapsable = "collapsable" # This an ok alternative to collapsible
|
|
BA = "BA"
|
|
fo = "fo"
|
|
aks = "aks"
|
|
Mannor = "Mannor"
|
|
[files]
|
|
extend-exclude = ["resources/*", "templates/*", "src/resources/*"]
|