feat: 添加 .gitignore 文件,忽略 node_modules 目录;更新 package.json 以添加 bun 依赖

This commit is contained in:
严浩
2024-10-12 18:39:42 +08:00
parent c7fa63d9b5
commit 52dbb4ce12
3 changed files with 95 additions and 2 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
node_modules