From 5dde0468d000fa9b20f5d8963b52ecb4b23e1b2a Mon Sep 17 00:00:00 2001 From: Thastertyn Date: Sun, 5 Jan 2025 19:31:29 +0100 Subject: [PATCH] [main] Updated .gitignore to include *.bak files (For MySQLWorkbench) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5d381cc..c12410a 100644 --- a/.gitignore +++ b/.gitignore @@ -160,3 +160,4 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ +*.bak