From fc36272dc808fa178183f31ad8cad5af374c7a59 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Tue, 14 Nov 2017 19:40:26 +0800 Subject: [PATCH] :wrench: File header exclude vendor --- .header.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.header.json b/.header.json index 18247ce..e260035 100644 --- a/.header.json +++ b/.header.json @@ -10,7 +10,8 @@ ], "Excludes": [ "static/js/lib/*", - "static/user/*" + "static/user/*", + "vendor/**" ], "UseDefaultExcludes": true, "Properties": {