.gitignore 414 B

12345678910111213141516171819202122
  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. # git push scripts
  11. zxPush
  12. zxPushDev
  13. zxPull
  14. # eBook build output
  15. *.epub
  16. *.mobi
  17. *.pdf
  18. .vsnode_modules/