Ignore target directory
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user