dzadsod/.appignore

16 lines
592 B
Plaintext

{
"notes":[
"skipfile 需要跳过的文件,不分目录",
"skipdir 需要跳过的文件,需要路径正确",
"skipdl 指定的目录仅下载dllist内所有,这里设置的目录 只能是相对应用版本的根目录也就是一级目录",
"coredir 需要检出的核心目录,按照目录来跳过",
"endirfile 需要加密的文件",
"sourcefile 源文件需要删除,不提供给客户端下载的"
],
"skipfile": [],
"skipdir": [],
"skipdl": [],
"coredir": [],
"endirfile": [],
"sourcefile": []
}