From 0f88c521d13ea563dd77660b6f6c45e64a84b73b Mon Sep 17 00:00:00 2001 From: Elton Mesquita Date: Wed, 7 Feb 2018 13:33:03 -0300 Subject: [PATCH] Added windows thumbs and Desktop.ini to gitignore --- .gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ff1c5c3..441c93d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ .sass-cache node_modules/ -.DS_Store -test/ npm-debug.log +test/ .idea +.DS_Store +Thumbs.db +Desktop.ini