🔧 File header exclude vendor

This commit is contained in:
Liang Ding 2017-11-14 19:40:26 +08:00
parent ae678d84d0
commit fc36272dc8
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@
],
"Excludes": [
"static/js/lib/*",
"static/user/*"
"static/user/*",
"vendor/**"
],
"UseDefaultExcludes": true,
"Properties": {