From 2d7315051193212fca6e7d64a3de87d96977c418 Mon Sep 17 00:00:00 2001 From: Michał Gołębiowski Date: Fri, 15 Nov 2013 15:55:59 +0100 Subject: Build: Use absolute paths in .gitignore and .npmignore. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit .gitignore/.npmignore treat all its paths as relative to *every* directory in the repository. In most cases that’s not what’s desired. --- .gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index dbd77ade9..7f4060a29 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -/dist .project .settings *~ @@ -8,6 +7,7 @@ .DS_Store .bower.json .sizecache.json -dist/.destination.json -bower_components -node_modules + +/dist +/bower_components +/node_modules -- cgit v1.2.3