This website works better with JavaScript
GitBross
Home
Explore
Help
Register
Sign In
sol_Bo8des9o
/
anchor
Watch
1
Star
1
Fork
0
Files
Issues
1
Pull Requests
0
Wiki
Browse Source
fix: add `.yarn` to the default gitignore of anchor-cli (
#2461
)
xiyao
2 years ago
parent
9e7c33eec1
commit
8cf87d8364
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
cli/src/rust_template.rs
+ 1
- 0
cli/src/rust_template.rs
View File
@@ -416,6 +416,7 @@ target
**/*.rs.bk
node_modules
test-ledger
+.yarn
"#
}