From 17dfebad4ee85d594c883f0c63b3b310e5e3540f Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Mon, 14 Nov 2016 20:26:26 -0500 Subject: [PATCH] Update gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5bf2dd4..6a29d6d 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,7 @@ coverage npm-debug.log node_modules/* .sonar/* -test/config.json \ No newline at end of file +test/config.json +.DS_store +/.idea/ +yarn.lock \ No newline at end of file