From 0d39f053bb4f6ff68ff76d2c7b8555eb833c4faf Mon Sep 17 00:00:00 2001 From: Ly Tuan Kiet Date: Tue, 10 Dec 2024 16:48:50 +0700 Subject: [PATCH] chore: update .gitignore to include pothos generated file - Added 'pothos.generated.ts' to .gitignore to prevent tracking of generated files, improving project cleanliness and reducing unnecessary clutter in version control. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 4ef1f6d..7a7c2ce 100644 --- a/.gitignore +++ b/.gitignore @@ -129,3 +129,7 @@ dist .yarn/build-state.yml .yarn/install-state.gz .pnp.* + + +# pothos generated +pothos.generated.ts \ No newline at end of file