Add 'docs' and 'assets' to generated gitignore
And also make 'docs' the default folder (instead of doc) to be more aligned with Github's defaults.
This commit is contained in:
@@ -185,7 +185,12 @@ fn gitignore(root: &Path) -> miette::Result<()> {
|
||||
gitignore_path,
|
||||
indoc! {
|
||||
r#"
|
||||
# Aiken compilation artifacts
|
||||
assets/
|
||||
# Aiken's project working directory
|
||||
build/
|
||||
# Aiken's default documentation export
|
||||
docs/
|
||||
"#
|
||||
},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user