From f44539bf63984cf568edf66ba175e31afc385fb3 Mon Sep 17 00:00:00 2001 From: louiscklaw Date: Thu, 15 May 2025 11:35:47 +0800 Subject: [PATCH] ```refactor Update .gitignore to exclude files with 'old' suffix in any directory``` --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6d83ae8..05d9498 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ _del *.log *.del **/*del +**/*old **/volumes/** 006_lab