Skip to content

Commit

Permalink
build(ESLint/Git): Ignore JSDoc output directory (#3544)
Browse files Browse the repository at this point in the history
Prettier-ESLint keeps busying itself with the JSDoc output directory upon any commit, spewing hundreds of errors.
This tells both ESLint and Git to ignore the directory.
  • Loading branch information
plroebuck committed Nov 2, 2018
1 parent a371e2f commit 1ded82f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ coverage/
mocha.js
*.fixture.js
docs/
out/
!lib/mocha.js
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ yarn.lock
docs/_site
docs/_dist
docs/api
out/
.vscode/

0 comments on commit 1ded82f

Please sign in to comment.