diff --git a/.gitignore b/.gitignore index 37d8e4c0..590a7c84 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,7 @@ node_modules bower_components .idea/* -./**.DS_Store \ No newline at end of file +./**.DS_Store +coverage/ +.nyc_output +.vscode/ \ No newline at end of file