소스 검색

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/*