Przeglądaj źródła

ignore yarn/bun lock file

Shaun 1 rok temu
rodzic
commit
3f461cb781
1 zmienionych plików z 2 dodań i 0 usunięć
  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/*