From: Gustavo Martin Morcuende Date: Sun, 16 Aug 2015 20:42:14 +0000 (+0200) Subject: Update gitignore for karma tests: coverage and unit test results directories X-Git-Url: https://git.gumartinm.name/?a=commitdiff_plain;h=b0f013c58b18783c391b3e607c4b5be1f64d7bff;p=JavaScriptForFun Update gitignore for karma tests: coverage and unit test results directories --- diff --git a/.gitignore b/.gitignore index 50c2abe..d3a84ff 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,6 @@ atlassian-ide-plugin.xml # Crashlytics plugin (for Android Studio and IntelliJ) com_crashlytics_export_strings.xml +# karma tests +test-tmp/ +coverage/