From 93234589a568b9ac792c422d18bb79a658e094f5 Mon Sep 17 00:00:00 2001 From: fynks <75840152+fynks@users.noreply.github.com> Date: Mon, 13 Oct 2025 09:17:12 +0500 Subject: [PATCH] fix: add tbd.md to .gitignore to prevent tracking of temporary files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8ec8825..ba0df34 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ docs/.vitepress/dist docs/.vitepress/cache -node_modules \ No newline at end of file +node_modules +tbd.md \ No newline at end of file