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.showmode = false
opt.path = ".,**" opt.path = ".,**"
cmd "set path-=node_modules/**" opt.wildignore:append({
cmd "set wildignore-=*/node_modules/*" "**/node_modules/**",
"**/target/**"
})
-- Indentation -- Indentation
opt.expandtab = true opt.expandtab = true