From 931617624e5f44495535fbbb67cc42c22f06dbc1 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 15 Apr 2026 16:11:10 +0800 Subject: [PATCH] chore: add TypeScript build artifacts to gitignore --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index efb5d19..d834e70 100644 --- a/.gitignore +++ b/.gitignore @@ -64,3 +64,9 @@ jimeng*.png # Test Cache .pytest_cache/ + +# TypeScript +node_modules/ +dist/ +*.tsbuildinfo +tsconfig.tsbuildinfo