Ignore target directory

This commit is contained in:
Saeed Afzal
2024-09-06 22:43:46 +01:00
parent dc2774419d
commit 880383cde3

View File

@@ -19,8 +19,10 @@ opt.splitright = true
opt.showmode = false
opt.path = ".,**"
cmd "set path-=node_modules/**"
cmd "set wildignore-=*/node_modules/*"
opt.wildignore:append({
"**/node_modules/**",
"**/target/**"
})
-- Indentation
opt.expandtab = true