From 2b8c2f2c1c455a0576aa84a2c96c308576517687 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Victor=20Tozatti=20Risso?= <jvtr12@inf.ufpr.br> Date: Mon, 5 Sep 2016 11:28:32 -0300 Subject: [PATCH] Add .gulp-cache to .gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: João Victor Tozatti Risso <jvtr12@inf.ufpr.br> --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 6cb01f09..9895c657 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,5 @@ results npm-debug.log node_modules/ build/* + +.gulpcache -- GitLab