.gitignore 646 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. # ---> GitBook
  2. # Node rules:
  3. ## Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
  4. .grunt
  5. ## Dependency directory
  6. ## Commenting this out is preferred by some people, see
  7. ## https://docs.npmjs.com/misc/faq#should-i-check-my-node_modules-folder-into-git
  8. node_modules
  9. # Book build output
  10. _book
  11. # eBook build output
  12. *.epub
  13. *.mobi
  14. *.pdf
  15. # ---> Go
  16. # Compiled Object files, Static and Dynamic libs (Shared Objects)
  17. *.o
  18. *.a
  19. *.so
  20. # Folders
  21. _obj
  22. _test
  23. # Architecture specific extensions/prefixes
  24. *.[568vq]
  25. [568vq].out
  26. *.cgo1.go
  27. *.cgo2.c
  28. _cgo_defun.c
  29. _cgo_gotypes.go
  30. _cgo_export.*
  31. _testmain.go
  32. *.exe
  33. *.test
  34. *.prof