From 3348d67fc3495a1cc1811eecd3b8b05909a84aa1 Mon Sep 17 00:00:00 2001 From: Adrian Lee Date: Mon, 2 Jan 2017 18:06:04 +0800 Subject: [PATCH] chore(gitignore): Add sample test files to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index c72a69c..2c56337 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,9 @@ node_modules/ # Test files +doesNotExist.ics test.ics +test.json wrongExt.data .nyc_output/