소스 검색

chore: git ignore yarn files properly

Paul Razvan Berg 4 년 전
부모
커밋
9bcbc2f577
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      .gitignore

+ 3 - 0
.gitignore

@@ -3,8 +3,11 @@
 .coverage_cache/
 .coverage_contracts/
 .yarn/*
+!.yarn/patches
 !.yarn/releases
 !.yarn/plugins
+!.yarn/sdks
+!.yarn/versions
 artifacts/
 build/
 cache/