Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
gitbook-bot committed Mar 17, 2017
0 parents commit ba8afd8
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .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 changes: 3 additions & 0 deletions 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 changes: 3 additions & 0 deletions SUMMARY.md
@@ -0,0 +1,3 @@
# Table of content

* [First Chapter](chapter1.md)
1 change: 1 addition & 0 deletions chapter1.md
@@ -0,0 +1 @@
# First Chapter

0 comments on commit ba8afd8

Please sign in to comment.