From 6f5413ce9509c3fda605fc7bb55b0dffddf9b28f Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 15 Jan 2024 21:24:29 -0500 Subject: [PATCH] exclude notes folder in git --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index b1a10ab..9ab8fb5 100644 --- a/.gitignore +++ b/.gitignore @@ -229,6 +229,9 @@ _pkginfo.txt # but keep track of directories ending in .cache !?*.[Cc]ache/ +# exclude notes +notes/* + # Others ClientBin/ ~$*