Merge pull request #94 from github/enhance-for-dotnet

Enhance exclusion list for .NET
This commit is contained in:
Joshua Peek
2011-12-07 14:13:40 -08:00
2 changed files with 31 additions and 0 deletions

View File

@@ -73,3 +73,17 @@
# Sparkle
- (^|/)Sparkle/
## .NET ##
# Visual Studio IntelliSense
- -vsdoc\.js$
# jQuery validation plugin (MS bundles this with asp.net mvc)
- (^|/)jquery([^.]*)\.validate(\.min)?\.js$
# Microsoft Ajax
- (^|/)[Mm]icrosoft([Mm]vc)?([Aa]jax|[Vv]alidation)(\.debug)?\.js$
# NuGet
- ^[Pp]ackages/