Explorar o código

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

xiyao %!s(int64=2) %!d(string=hai) anos
pai
achega
8cf87d8364
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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
 "#
 }