From d31e677ca01a54667efb40f4f31d5fcbda7d13ef Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Thu, 3 Jun 2021 02:20:47 +0800 Subject: [PATCH] Fix git-ignore list (#343) --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 05db64a..982a22d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ # hidden files .* -!.github +!.git* +!.editorconfig +!.nojekyll +!.travis.yml # bundler cache _site