lux-framework
Version:
Build scalable, Node.js-powered REST APIs with almost no code.
23 lines (17 loc) • 296 B
JavaScript
// @flow
import template from '../../template';
/**
* @private
*/
export default (): string => template`
# See http://help.github.com/ignore-files/ for more about ignoring files.
# dependencies
/node_modules
# build
/dist
# logs
/log
npm-debug.log
# misc
*.DS_Store
`;