mirror of
https://github.com/logseq/logseq.git
synced 2026-05-16 00:42:20 +00:00
29 lines
805 B
TOML
29 lines
805 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"
|
|
nd = "nd"
|
|
deleteable = "deleteable"
|
|
fom = "fom"
|
|
tne = "tne"
|
|
Damon = "Damon"
|
|
[files]
|
|
extend-exclude = ["resources/*",
|
|
"src/resources/*",
|
|
"scripts/resources/*",
|
|
"src/test/fixtures/*",
|
|
"deps/db-sync/test/logseq/db_sync/fixtures/*.edn",
|
|
"clj-e2e/resources/*",
|
|
"deps/common/src/logseq/common/plural.cljs",
|
|
"packages/ui/src/amplify/lang.ts"]
|