diff options
author | Pyie Zone <xvariablex@gmail.com> | 2016-06-06 09:23:46 -0400 |
---|---|---|
committer | Tim Graham <timograham@gmail.com> | 2016-06-06 09:25:02 -0400 |
commit | 054e74420b7a31bac67d4993b462eea7b9b7a5ba (patch) | |
tree | 1b9c5450091ea741ce93aad6a41e53b03c308d4d /.eslintignore | |
parent | 5ebebd1159b4bacfce1999e41831081679b6f35a (diff) | |
download | django-054e74420b7a31bac67d4993b462eea7b9b7a5ba.tar.gz |
Refs #16501, #26474 -- Added xregexp.js source file.
Diffstat (limited to '.eslintignore')
-rw-r--r-- | .eslintignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.eslintignore b/.eslintignore index cb0447577b..7db9266305 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,3 +1,4 @@ -**/{*.min,jquery}.js +**/*.min.js +**/vendor/**/*.js django/contrib/gis/templates/**/*.js node_modules/**.js |