From efc9d7ffb98943248a7bdfd0feda480201691772 Mon Sep 17 00:00:00 2001 From: David Molineus Date: Tue, 20 Jan 2015 13:06:59 +0100 Subject: [PATCH] Update gitingore. --- .gitignore | 2 +- gulpfile.js | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index be1ac84..7c9521e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ /bin/ /demo/ /assets/js/*.js -/node_modules/* +/node_modules/ /.tx/ coverage.xml diff --git a/gulpfile.js b/gulpfile.js index 9218a65..52da6fe 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -1,7 +1,5 @@ var gulp = require('gulp'); var del = require('del'); -var sourcemaps = require('gulp-sourcemaps'); -var rename = require('gulp-rename'); var uglify = require('gulp-uglify'); var concat = require('gulp-concat');