添加 .gitignore 和 bun.lock 文件以管理依赖
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
node_modules
|
||||
package-lock.json
|
||||
.gitignore
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
node_modules
|
||||
package-lock.json
|
||||
.gitignore
|
||||