From e784c47ae50083306116d2a8d9766d64ba3f0aea Mon Sep 17 00:00:00 2001 From: Akash Levy Date: Sun, 19 May 2024 21:31:42 -0700 Subject: [PATCH] Ignore .bak --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 12030d56a..4bc956940 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,6 @@ __pycache__ # Ignore Brewfile locks Brewfile.lock.json + +# Ignore backups +*.bak