UNPKG

406 BJSONView Raw
1{
2 "//":"使用`fws commit`提交代码时将过滤所有文件",
3 "dirs":[
4 "node_modules",
5 ".git"
6 ],
7 "files":[
8 ".DS_Store",
9 "Thumbs.db",
10 "thumbs.db",
11 "desktop.ini",
12 "*.tmp",
13 "*.psd",
14 "*.psb",
15 "*.ppt",
16 "*.pptx",
17 "*.rp",
18 "*.xls",
19 "*.xlsx",
20 "*.doc",
21 "*.docx"
22 ]
23}
\No newline at end of file