UNPKG

dmd-gitbook

Version:

Plugin for jsdoc2md to produce markdown suitable for gitbook.

52 lines (43 loc) 878 B
# ========================================= # volebo javascript NPM-ignore rules # ========================================= # place per-project settings here # ========================================= # common part # ========================================= # PRIVATE files .env .npmrc .node_repl_history # dependencies .npm /node_modules /bower_components /src # !!! DIFFERS FROM .gitignore, required for NPM !!! # compiled output # /dist # !!! DIFFERS FROM .gitignore, required for NPM !!! /tmp /build # Coverage directory used by tools like istanbul /coverage /lib-cov npm-debug.log* /logs *.log testem.log # ========================================= .github/ test/ CONTRIBUTING.md CHANGELOG.md README.md HEADER .bithoundrc .codeclimate.yml .editorconfig .eslintignore .eslintrc.js .gitignore .node-inspectorrc .travis.yml gulpfile.js