Update NuGet regex to be more specific

Change NuGet regex to look for packages that end with a period and 1+ digits, as NuGet always appends a version number to the end of packages.
This commit is contained in:
Christian Bundy
2014-05-21 12:30:30 -07:00
parent 93d7aa3d07
commit f5895216a8

View File

@@ -148,7 +148,7 @@
- (^|/)[Mm]icrosoft([Mm]vc)?([Aa]jax|[Vv]alidation)(\.debug)?\.js$
# NuGet
- ^[Pp]ackages/
- ^[Pp]ackages\/.+\.\d+\/
# ExtJS
- (^|/)extjs/.*?\.js$