From 84e9df5982acd8efa1e1fa30db546037088a7ca5 Mon Sep 17 00:00:00 2001 From: Jesse Zoldak Date: Fri, 5 Feb 2016 12:21:52 -0500 Subject: [PATCH] Ignore venv directory when running jshint on circleci --- .jshintignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.jshintignore b/.jshintignore index 5b3cf6d8c9..a9339cc37a 100644 --- a/.jshintignore +++ b/.jshintignore @@ -2,3 +2,4 @@ node_modules cms/static/js/i18n/**/*.js lms/static/js/i18n/**/*.js +venv