Selaa lähdekoodia

ignore yarn/bun lock file

Shaun 1 vuosi sitten
vanhempi
commit
3f461cb781
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  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/*