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 # compiled output
/dist dist
/tmp tmp
# dependencies # dependencies
/node_modules node_modules
/bower_components bower_components
# misc # misc
/.sass-cache .sass-cache
/connect.lock connect.lock
/coverage/* coverage/*
/libpeerconnection.log libpeerconnection.log
npm-debug.log npm-debug.log
testem.log testem.log