Эх сурвалжийг харах

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

xiyao 2 жил өмнө
parent
commit
8cf87d8364

+ 1 - 0
cli/src/rust_template.rs

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