From af9e576fc5b1df5bf9c8404b6642af2eec6c0746 Mon Sep 17 00:00:00 2001 From: Esa Kataja Date: Thu, 13 Mar 2025 14:26:25 +0200 Subject: [PATCH] Ignore bak files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a023b99..c91fe52 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,5 @@ wheels/ # Project specific *.json *.psm1 -*.xml \ No newline at end of file +*.xml +*.bak \ No newline at end of file