Skip to content

Commit

Permalink
➕ add gitignore file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daiki Hirakata committed Dec 18, 2015
1 parent 1a7c33e commit 5ee04d7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .gitignore
@@ -0,0 +1,14 @@
## Dependency directory
node_modules

# Book build output
_book

# eBook build output
*.epub
*.mobi
*.pdf

# other
.DS_Store

0 comments on commit 5ee04d7

Please sign in to comment.