mirror of
https://github.com/nushell/nushell.git
synced 2024-11-07 09:04:18 +01:00
035308bb1d
Supersedes #13554 (not sure how to narrow the word ignore to a file, maybe the better course of action would be to mark this file as an ignore with all the cryptic fileendings)
30 lines
513 B
TOML
30 lines
513 B
TOML
[files]
|
||
extend-exclude = [
|
||
".git/",
|
||
"crates/nu-cmd-extra/assets/228_themes.json",
|
||
"tests/fixtures/formats/",
|
||
]
|
||
ignore-hidden = false
|
||
|
||
[default]
|
||
extend-ignore-re = [
|
||
"Plasticos Rival",
|
||
"│ in_custom_valu │",
|
||
"│ ine │",
|
||
":es\\|ful\\(",
|
||
"\\\\u\\{e7ba\\}",
|
||
"([0-9a-f][0-9a-f] ){4}",
|
||
"--find ba\\b",
|
||
"0x\\[ba be\\]",
|
||
"\\)BaR'",
|
||
"fo<66>.txt",
|
||
]
|
||
|
||
[type.rust.extend-words]
|
||
nd = "nd"
|
||
numer = "numer"
|
||
styl = "styl"
|
||
|
||
[default.extend-identifiers]
|
||
ratatui = "ratatui"
|