From 0bf879b3bb0b2de2e69f4a24d58bde140a6a1a0e Mon Sep 17 00:00:00 2001 From: Ghost Date: Thu, 16 Mar 2017 14:56:18 +0000 Subject: [PATCH] Initial commit --- .gitignore | 30 ++++++++++++++++++++++++++++++ README.md | 3 +++ SUMMARY.md | 3 +++ chapter1.md | 1 + 4 files changed, 37 insertions(+) create mode 100644 .gitignore create mode 100644 README.md create mode 100644 SUMMARY.md create mode 100644 chapter1.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c13ccf8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,30 @@ +# Logs +logs +*.log + +# Runtime data +pids +*.pid +*.seed + +# Directory for instrumented libs generated by jscoverage/JSCover +lib-cov + +# Coverage directory used by tools like istanbul +coverage + +# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) +.grunt + +# Compiled binary addons (http://nodejs.org/api/addons.html) +build/Release + +# Dependency directory +# Deployed apps should consider commenting this line out: +# see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git +node_modules + +_book/ +book.pdf +book.epub +book.mobi diff --git a/README.md b/README.md new file mode 100644 index 0000000..f35b4c5 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# My Awesome Book + +This file file serves as your book's preface, a great place to describe your book's content and ideas. diff --git a/SUMMARY.md b/SUMMARY.md new file mode 100644 index 0000000..5eeed84 --- /dev/null +++ b/SUMMARY.md @@ -0,0 +1,3 @@ +# Table of content + +* [First Chapter](chapter1.md) diff --git a/chapter1.md b/chapter1.md new file mode 100644 index 0000000..4f8bda1 --- /dev/null +++ b/chapter1.md @@ -0,0 +1 @@ +# First Chapter