From a5b7a9e1714004e94318e0aa59500f8274ab69e7 Mon Sep 17 00:00:00 2001 From: dan Date: Thu, 14 Jan 2021 16:13:21 -0800 Subject: [PATCH] Update '.gitignore' --- .gitignore | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 561cb1c..25ec266 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,8 @@ .DS_Store .AppleDouble -../docs/ +/docs/ mkdocs.yml -../mkdocs.yml -../overrides/ -../site/ -../valhaven/ \ No newline at end of file +/overrides/ +/site/ +/valhaven/ \ No newline at end of file