From af160edd4295a77d750b96a474287d05adcd0b55 Mon Sep 17 00:00:00 2001 From: louiscklaw Date: Wed, 14 May 2025 15:16:21 +0800 Subject: [PATCH] ``` update .gitignore to add api_ts and dist directories to exclusion list ``` --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index ea524c3..6d83ae8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# api_ts +dist + .next node_modules 005_references/