Browse Source

cli: Add .anchor to .gitignore created by anchor init (#316)

John Rees 4 years ago
parent
commit
1121961e87
1 changed files with 1 additions and 0 deletions
  1. 1 0
      cli/src/template.rs

+ 1 - 0
cli/src/template.rs

@@ -183,6 +183,7 @@ pub fn ts_config() -> &'static str {
 
 pub fn git_ignore() -> &'static str {
     r#"
+.anchor
 .DS_Store
 target
 **/*.rs.bk