From 45b5170db6d5d20a121cd4717c96fabebe509fb1 Mon Sep 17 00:00:00 2001 From: jettro Date: Tue, 23 Dec 2014 15:27:32 +0100 Subject: [PATCH] Added the javascript to ignore for rsync --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.js b/Gruntfile.js index 185096a..56c89d3 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -85,6 +85,7 @@ module.exports = function (grunt) { '.idea', '.sass-cache', 'bower_components', + 'javascript', 'node_modules', 'sass', '.jshintrc',