From ecfbb5c0ff41333363c7615d4a51acecc06c72a3 Mon Sep 17 00:00:00 2001 From: Yuren Hao <97327730+YurenHao0426@users.noreply.github.com> Date: Wed, 6 Aug 2025 02:11:57 -0700 Subject: fix: handle namespace and add proxy support --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ce3886a --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +node_modules +/dist + +# Logs +npm-debug.log* +yarn-debug.log* +yarn-error.log* -- cgit v1.2.3