123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- # ---> GitBook
- # Node rules:
- ## Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
- .grunt
- ## Dependency directory
- ## Commenting this out is preferred by some people, see
- ## https://docs.npmjs.com/misc/faq#should-i-check-my-node_modules-folder-into-git
- node_modules
- # Book build output
- _book
- # eBook build output
- *.epub
- *.mobi
- *.pdf
- # ---> Go
- # Compiled Object files, Static and Dynamic libs (Shared Objects)
- *.o
- *.a
- *.so
- # Folders
- _obj
- _test
- # Architecture specific extensions/prefixes
- *.[568vq]
- [568vq].out
- *.cgo1.go
- *.cgo2.c
- _cgo_defun.c
- _cgo_gotypes.go
- _cgo_export.*
- _testmain.go
- *.exe
- *.test
- *.prof
|