From dda62c539478c7744a8d2328a2e24125a4a3f2f4 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Tue, 10 Feb 2015 09:40:14 +0100 Subject: [PATCH] Remove / from .gitignore paths It doesn't play nice with ctrlp plugin used with ag and it doesn't make any difference in this case anyway --- .gitignore | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 20b90e33..9fbb97bd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,15 @@ # compiled output -/dist -/tmp +dist +tmp # dependencies -/node_modules -/bower_components +node_modules +bower_components # misc -/.sass-cache -/connect.lock -/coverage/* -/libpeerconnection.log +.sass-cache +connect.lock +coverage/* +libpeerconnection.log npm-debug.log testem.log