Browse Source

Initial commit

Ghost 8 years ago
commit
ba8afd83f9
4 changed files with 37 additions and 0 deletions
  1. 30 0
      .gitignore
  2. 3 0
      README.md
  3. 3 0
      SUMMARY.md
  4. 1 0
      chapter1.md

+ 30 - 0
.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

+ 3 - 0
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.

+ 3 - 0
SUMMARY.md

@@ -0,0 +1,3 @@
+# Table of content
+
+* [First Chapter](chapter1.md)

+ 1 - 0
chapter1.md

@@ -0,0 +1 @@
+# First Chapter