From ca36a48a0a2124563940ceb262a0d321abedaba2 Mon Sep 17 00:00:00 2001 From: Steve Clement Date: Tue, 7 Jan 2020 14:17:48 +0900 Subject: [PATCH] chg: [GI] Added more details to gitignore --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.gitignore b/.gitignore index 7395121..ff786c9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,13 @@ +# Temp md files *.md~ + +# Compiled assets book.pdf +book.epub +book.mobi + +# Compiled book +_book + +# node foo +node_modules