.gitignore 596 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. # ---> Windows
  2. # Windows image file caches
  3. Thumbs.db
  4. ehthumbs.db
  5. # Folder config file
  6. Desktop.ini
  7. # Recycle Bin used on file shares
  8. $RECYCLE.BIN/
  9. # Windows Installer files
  10. *.cab
  11. *.msi
  12. *.msm
  13. *.msp
  14. # Windows shortcuts
  15. *.lnk
  16. # ---> GitBook
  17. # Node rules:
  18. ## Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
  19. .grunt
  20. ## Dependency directory
  21. ## Commenting this out is preferred by some people, see
  22. ## https://docs.npmjs.com/misc/faq#should-i-check-my-node_modules-folder-into-git
  23. node_modules
  24. # Book build output
  25. _book
  26. # eBook build output
  27. *.epub
  28. *.mobi
  29. *.pdf