瀏覽代碼

fix: add `.yarn` to the default gitignore of anchor-cli (#2461)

xiyao 2 年之前
父節點
當前提交
8cf87d8364
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      cli/src/rust_template.rs

+ 1 - 0
cli/src/rust_template.rs

@@ -416,6 +416,7 @@ target
 **/*.rs.bk
 node_modules
 test-ledger
+.yarn
 "#
 }