add galaxy folders to telescope exclude list

This commit is contained in:
2025-09-22 16:03:40 +03:00
parent d9deabce05
commit e5428a7eb3

View File

@@ -24,7 +24,9 @@ return {
vimgrep_arguments = vimgrep_arguments,
file_ignore_patterns = {
'node_modules',
'.git/'
'galaxy-roles',
'galaxy-collections',
'.git/',
}
},
extensions = {