From 0d97b21efcd8900cd834d7bf5d1dc7c1b2d190f7 Mon Sep 17 00:00:00 2001 From: Michael McLaren Date: Wed, 5 May 2021 08:06:32 -0400 Subject: [PATCH] Add bookdown output to gitignore --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a013cf3..d70218d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ -# Local Netlify folder -.netlify \ No newline at end of file +_book/ +_bookdown_files/ +.netlify