.gitignore 454 B

1234567891011121314151617181920212223
  1. # Created by .ignore support plugin (hsz.mobi)
  2. ### GitBook template
  3. # Node rules:
  4. ## Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
  5. .grunt
  6. ## Dependency directory
  7. ## Commenting this out is preferred by some people, see
  8. ## https://docs.npmjs.com/misc/faq#should-i-check-my-node_modules-folder-into-git
  9. node_modules
  10. # Book build output
  11. _book
  12. # eBook build output
  13. *.epub
  14. *.mobi
  15. *.pdf
  16. *~
  17. .DS_Store
  18. node_modules
  19. .idea