From b0f013c58b18783c391b3e607c4b5be1f64d7bff Mon Sep 17 00:00:00 2001 From: Gustavo Martin Morcuende Date: Sun, 16 Aug 2015 22:42:14 +0200 Subject: [PATCH] Update gitignore for karma tests: coverage and unit test results directories --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) 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/ -- 2.1.4