JSHint: Ignore docs/html and docs/js
authorAntoine Musso <hashar@free.fr>
Mon, 25 Mar 2013 09:24:04 +0000 (10:24 +0100)
committerTimo Tijhof <ttijhof@wikimedia.org>
Tue, 26 Mar 2013 19:32:36 +0000 (20:32 +0100)
The MediaWiki doxygen documentation is generated by default under
/docs/html and includes some JavaScript files.  Since we do not maintain
that output, simply ask JSHint to kindly ignore them.

Same for the static site generated by JSDuck.

Change-Id: Ief4661128992b65aa85dfaa6f48d31745fe6ff19

.jshintignore

index 3869deb..30b6ee1 100644 (file)
@@ -1,3 +1,7 @@
+# Generated documentation
+docs/html/
+docs/js/
+
 # third-party libs
 extensions/
 node_modules/