From 36c710416e638299929047d15b47e1ced6f396d3 Mon Sep 17 00:00:00 2001 From: Masonmason Date: Thu, 24 Jul 2025 10:02:15 +0800 Subject: [PATCH] feat: Add .gitignore and ignore dist.zip --- cluster4npu_ui/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 cluster4npu_ui/.gitignore diff --git a/cluster4npu_ui/.gitignore b/cluster4npu_ui/.gitignore new file mode 100644 index 0000000..2f25853 --- /dev/null +++ b/cluster4npu_ui/.gitignore @@ -0,0 +1 @@ +../dist.zip \ No newline at end of file