Exclude codemirror

An example of a wrong detection due to codemirror is my project.  https://github.com/mgaitan/waliki
This commit is contained in:
Martín Gaitán
2014-11-18 20:17:15 -03:00
parent 719f6e876b
commit fb7dcfd62d

View File

@@ -110,6 +110,9 @@
# MathJax
- (^|/)MathJax/
# Codemirror
- (^|/)[Cc]ode[Mm]irror/(lib|mode|theme|addon|keymap)
# SyntaxHighlighter - http://alexgorbatchev.com/
- (^|/)shBrush([^.]*)\.js$
- (^|/)shCore\.js$