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:
parent
ae7708fecd
commit
dda62c5394
16
.gitignore
vendored
16
.gitignore
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user