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
This commit is contained in:
Piotr Sarnacki 2015-02-10 09:40:14 +01:00
parent ae7708fecd
commit dda62c5394

16
.gitignore vendored
View File

@ -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