From eed7c3fc0cbe22ac7090c711cecd246fc2df7c07 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Fri, 4 Jun 2021 19:42:36 +0800 Subject: [PATCH] Improve the gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 05db64a..390dad2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ # hidden files .* -!.github +!.git* +!.editorconfig +!.nojekyll # bundler cache _site