From 1b8227b15906413a1c2d40e8c7102df714cbe408 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20J=C3=A4ger?= Date: Sat, 2 Nov 2024 09:58:09 +0100 Subject: [PATCH] .gitignore: Ignore files and folders with _bak suffix --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 286ffdd..9f348e0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules *.DS_Store +_bak