添加 .gitignore 和 bun.lock 文件以管理依赖

This commit is contained in:
2026-05-19 12:11:04 +08:00
parent 3eb5829053
commit dbeb2084cf
2 changed files with 75 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
node_modules
package-lock.json
.gitignore