From ff0f1884e188e04f88689528b38dd27d9eef2d6f Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 6 Dec 2025 14:47:36 +0700 Subject: [PATCH] remove large vsix file and add to gitignore --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2cd6ff5..fd01edf 100644 --- a/.gitignore +++ b/.gitignore @@ -46,7 +46,7 @@ build/Release .rts2_cache_cjs/ .rts2_cache_es/ .rts2_cache_umd/ - +*.vsix" # ============================================ # Logs & Debug # ============================================ @@ -350,4 +350,4 @@ vendor/bundle # *.jar # *.rar # *.tar -# *.zip \ No newline at end of file +# *.zip