From 032f332e284114b8f55eac8b9f4a78a76fdb6d05 Mon Sep 17 00:00:00 2001 From: Darrel O'Pry Date: Mon, 3 Nov 2025 12:09:35 -0500 Subject: [PATCH] chore: ignore *.orig we don't want these accidentally getting added to the repo. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index d64e1776b..d84ebf1ab 100644 --- a/.gitignore +++ b/.gitignore @@ -57,3 +57,5 @@ db.sqlite3 venv/ /tests/app/idp/static + +*.orig