Update gitignore for karma tests: coverage and unit test results directories
authorGustavo Martin Morcuende <gu.martinm@gmail.com>
Sun, 16 Aug 2015 20:42:14 +0000 (22:42 +0200)
committerGustavo Martin Morcuende <gu.martinm@gmail.com>
Sun, 16 Aug 2015 20:42:14 +0000 (22:42 +0200)
.gitignore

index 50c2abe..d3a84ff 100644 (file)
@@ -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/