Browse Source

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

xiyao 2 years ago
parent
commit
8cf87d8364
1 changed files with 1 additions and 0 deletions
  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
 "#
 }