From 5a76362e7a5b948695ce5c9292d3e0b990a0a43c Mon Sep 17 00:00:00 2001 From: albert Date: Mon, 28 Jul 2025 12:55:43 +0200 Subject: [PATCH] ignore nvim .bk files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 76add87..2441240 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules -dist \ No newline at end of file +dist +*.bk \ No newline at end of file