Ignore build output in VSCode.

This commit is contained in:
Richard Newman 2017-03-09 11:47:20 -08:00
parent 30804e033a
commit 914902cf9e

View file

@ -12,6 +12,8 @@
".cljs_*_repl": true,
".gitignore": true,
".lein*": true,
".sw*": true
".sw*": true,
"target": true, // Top-level build output.
"*/target": true // Sub-crate build output.
}
}