fix(gitignore): add gitignore for book and node_modules folders

This commit is contained in:
Olivier Lambert
2016-07-04 18:28:08 +02:00
parent f2c94dc31d
commit f9e88fc88f

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
node_modules/*/
_book/*