Add an ignore file
The gulp file is usuaully used to glob the JavaScript files and run ESLint on them, but editor based instances of ESLint (e.g. VSCode extension) don't read the gulp file, so can't tell which files to ignore unless specified in the official .eslintignore file.master
parent
b81396a904
commit
fbc8ea2bdf
@ -0,0 +1,5 @@
|
||||
/.nyc_output
|
||||
/browser
|
||||
/coverage
|
||||
/node_modules
|
||||
/test/server/vendor
|
Loading…
Reference in New Issue