mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
* Correct spelling of macOS * fixup! Correct spelling of macOS * fixup! Correct spelling of macOS
19 lines
317 B
TOML
19 lines
317 B
TOML
[default.extend-identifiers]
|
|
alog = "alog"
|
|
Jetbrains = "JetBrains"
|
|
IST = "IST"
|
|
MacOS = "macOS"
|
|
|
|
[default.extend-words]
|
|
|
|
[files]
|
|
extend-exclude = [
|
|
"**.svg",
|
|
"**.lock",
|
|
"go.sum",
|
|
"go.mod",
|
|
# These files contain base64 strings that confuse the detector
|
|
"**XService**.ts",
|
|
"**identity.go",
|
|
]
|