futrime / lip

A general package installer

Home Page:http://lip.futrime.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

为tooth.json的placement提供通配符/正则匹配能力

yqs112358 opened this issue · comments

commented

目前对于根目录文件较多的情况,placement可能写得很长。希望可以简化这个机制,提供通配符/正则匹配能力

比较简单的实现可以参考.gitignore,比如
hello/**/a.txt
test/.doc
mine/bds??-??-
.zip
directory/*
*
等等情况

不过由于通配符难以实现全选排除等效果,可以考虑正则实现完整匹配能力

Now Lip supports pattern abc/* to match all directory structures under abc.