From d224f6ac7f387a4b2477b07cb9ca412c45790b99 Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Sun, 30 Oct 2022 13:17:35 -0600 Subject: [PATCH] ignore autosave files --- mellifera/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mellifera/.gitignore b/mellifera/.gitignore index 7791828..f32cd22 100644 --- a/mellifera/.gitignore +++ b/mellifera/.gitignore @@ -2,4 +2,5 @@ *-backups *-cache \#auto_saved_files# -production \ No newline at end of file +production +_autosave-* \ No newline at end of file