Ignore build output in VSCode.
This commit is contained in:
parent
30804e033a
commit
914902cf9e
1 changed files with 3 additions and 1 deletions
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
|
@ -12,6 +12,8 @@
|
||||||
".cljs_*_repl": true,
|
".cljs_*_repl": true,
|
||||||
".gitignore": true,
|
".gitignore": true,
|
||||||
".lein*": true,
|
".lein*": true,
|
||||||
".sw*": true
|
".sw*": true,
|
||||||
|
"target": true, // Top-level build output.
|
||||||
|
"*/target": true // Sub-crate build output.
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue