exclude notes folder in git

This commit is contained in:
Ryan Peters 2024-01-15 21:24:29 -05:00
parent 66111b81fe
commit 6f5413ce95

3
.gitignore vendored
View File

@ -229,6 +229,9 @@ _pkginfo.txt
# but keep track of directories ending in .cache
!?*.[Cc]ache/
# exclude notes
notes/*
# Others
ClientBin/
~$*