From 6b73bfe4a4355cacaa8fc15b78a0f9601f901e65 Mon Sep 17 00:00:00 2001 From: masarakki Date: Sun, 28 Jul 2024 17:50:19 +0900 Subject: [PATCH] fix-gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 27c6bf9..549fffd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +/*.re /*.pdf /*.epub /*.html @@ -9,6 +10,7 @@ /vendor /.bundle +/node_modules # Created by https://www.gitignore.io/api/vim,linux,macos,emacs,windows # Edit at https://www.gitignore.io/?templates=vim,linux,macos,emacs,windows