소스 검색

Update .gitignore

Lutz Roeder 4 달 전
부모
커밋
3d739cd4e2
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

@@ -4,6 +4,7 @@
 .eslintcache
 .ruff_cache
 .specify
+.yarn
 dist/*
 node_modules/*
 test-results/*