Remove some less-helpful default exclusions like yaml and conf

This commit is contained in:
geoffsee
2025-04-06 10:43:19 -04:00
committed by Geoff Seemueller
parent f5c6f65955
commit 534a6ade27
2 changed files with 50 additions and 5 deletions

View File

@@ -22,10 +22,10 @@ const filetypeExclusions = [
'.lockb',
// Config files
'.yaml',
'.yml',
'.toml',
'.conf',
// '.yaml',
// '.yml',
// '.toml',
// '.conf',
// Binary and compiled
'.exe',