diff --git a/.gitignore b/.gitignore index 5345eb0de..2e6b55c5d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -/docs/ +/doc/autogenerated/ /coverage/ /node_modules/ /vendor/ diff --git a/jsdoc.json b/jsdoc.json index caf71c0c9..890002e4b 100644 --- a/jsdoc.json +++ b/jsdoc.json @@ -5,7 +5,7 @@ ] }, "opts": { - "destination": "docs/", + "destination": "doc/autogenerated/", "recurse": true }, "plugins": [