From 3e6c4a7a22f75ebce6118ac299ac23234a5bd283 Mon Sep 17 00:00:00 2001 From: Dr-Wasabi Date: Sun, 10 Jul 2022 19:04:25 -0400 Subject: [PATCH] Added line to ignore .bak files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 57c7fbe..835d940 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .git/ .bash_history __pycache__/ -starship*.* \ No newline at end of file +starship*.* +*.bak