Fix gitignore

This commit is contained in:
howardwu 2020-08-03 12:21:25 -07:00
parent 64299f3874
commit a5377da73f

View File

@ -35,7 +35,7 @@ impl Gitignore {
fn template(&self) -> String {
format!(
r#"output/
r#"outputs/
"#,
)
}