ソースを参照

ignore yarn/bun lock file

Shaun 1 年間 前
コミット
3f461cb781
1 ファイル変更2 行追加0 行削除
  1. 2 0
      .gitignore

+ 2 - 0
.gitignore

@@ -11,6 +11,8 @@ node_modules
 dist
 dist-ssr
 *.local
+yarn.lock
+bun.lockb
 
 # Editor directories and files
 .vscode/*