From 9db95c7bb0b9902f6a31f193fa220b6915d88999 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sat, 15 Oct 2022 09:35:32 -0700 Subject: [PATCH] Ignore .orig files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1c3fa73..a0bddeb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ public/ resources/ .hugo_build.lock +*.orig