You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

GitBook 353B

12345678910111213141516
  1. # Node rules:
  2. ## Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
  3. .grunt
  4. ## Dependency directory
  5. ## Commenting this out is preferred by some people, see
  6. ## https://docs.npmjs.com/misc/faq#should-i-check-my-node_modules-folder-into-git
  7. node_modules
  8. # Book build output
  9. _book
  10. # eBook build output
  11. *.epub
  12. *.mobi
  13. *.pdf