From 18fa54362144c1902b8216b0ae0a744742c5e280 Mon Sep 17 00:00:00 2001 From: himham-jak <109818991+himham-jak@users.noreply.github.com> Date: Tue, 11 Oct 2022 18:18:19 -0400 Subject: [PATCH] Ignore backups from OpenMaya (#1955) For the level builder, I use .bak files whenever I modify a core file in the project. These let you undo changes, but they don't need to be pushed. I also couldn't find a nice way to do this, but we should also ignore all contents of custom_levels besides test-zone. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 5214e0f9b..9b86280e0 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,6 @@ __pycache__/ # sqlite stuff *.db *.db-journal + +# backup files from OpenMaya +*.bak