UNPKG

verb

Version:

Verb makes it easy to build project documentation using simple markdown templates, with zero configuration required.

22 lines (21 loc) 284 B
/** * Nothing yet */ module.exports = [ '# Always-ignore files', '*.rar', '*.sublime-*', '*.zip', '.idea', 'TODO.md', '', '# node.js', 'node_modules', 'npm-debug.log', '', '# Always-ignore folders', '_gh_pages', 'tmp', 'temp', 'vendor' ].join('\n');