2015-12-14 04:08:47 +00:00
|
|
|
# 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
|
2015-12-25 04:30:53 +00:00
|
|
|
|
|
|
|
# user defined
|
|
|
|
docs
|
2015-12-25 04:39:07 +00:00
|
|
|
tools
|
|
|
|
vendor
|
2015-12-25 04:30:53 +00:00
|
|
|
cover_bgd.png
|
|
|
|
cover_patch.png
|
|
|
|
/images/cover.png
|
|
|
|
/images/gopher/go_lang_mascot_by_kirael_art-d7kunhu.gif
|
2015-12-25 04:39:07 +00:00
|
|
|
zh2tw.go
|
|
|
|
Makefile
|
|
|
|
make.bat
|
|
|
|
SUMMARY-github.md
|
|
|
|
|
|
|
|
/ch0/*.md
|
|
|
|
/ch1/*.md
|
|
|
|
/ch2/*.md
|
|
|
|
/ch3/*.md
|
|
|
|
/ch4/*.md
|
|
|
|
/ch5/*.md
|
|
|
|
/ch6/*.md
|
|
|
|
/ch7/*.md
|
|
|
|
/ch8/*.md
|
|
|
|
/ch9/*.md
|
|
|
|
/ch10/*.md
|
|
|
|
/ch11/*.md
|
|
|
|
/ch12/*.md
|
|
|
|
/ch13/*.md
|
|
|
|
|