Use "absolute" paths for agignore
This seems to resolve an issue where CtrlP would randomly return "NO ENTRIES". See https://forum.upcase.com/t/ctrlp-sometimes-displays-no-entries/5658 This also sorts the paths alphabetically, because OCD. 🎉
This commit is contained in:
parent
85b11b6583
commit
c0717e7bd7
1 changed files with 6 additions and 6 deletions
12
agignore
12
agignore
|
@ -1,7 +1,7 @@
|
|||
log
|
||||
tags
|
||||
tmp
|
||||
vendor
|
||||
.git/
|
||||
bower_components/
|
||||
node_modules/
|
||||
tags
|
||||
/bower_components/
|
||||
/log
|
||||
/node_modules/
|
||||
/tmp
|
||||
/vendor
|
||||
|
|
Loading…
Add table
Reference in a new issue