From d1935a32985b2e55343bca1d467d7539f2fe0b01 Mon Sep 17 00:00:00 2001 From: Roman Dvornov Date: Wed, 13 Jul 2016 12:09:58 +0300 Subject: [PATCH] fix gitignore --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5fdf0b8..9c5ba66 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,6 @@ node_modules/ build/ phantom-*.* res/ -*.js -*.css -*.html \ No newline at end of file +/*.js +/*.css +/*.html