Blaze.App_Start.BundleConfig.AddDefaultIgnorePatterns C# (CSharp) 메소드

AddDefaultIgnorePatterns() 공개 정적인 메소드

public static AddDefaultIgnorePatterns ( IgnoreList ignoreList ) : void
ignoreList IgnoreList
리턴 void
        public static void AddDefaultIgnorePatterns(IgnoreList ignoreList)
        {
            if (ignoreList == null)
                throw new ArgumentNullException("ignoreList");
            ignoreList.Ignore("*.intellisense.js");
            ignoreList.Ignore("*-vsdoc.js");
        }