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:
@@ -118,7 +118,7 @@ where
|
||||
|
||||
self.read_source_files()?;
|
||||
|
||||
let destination = destination.unwrap_or_else(|| self.root.join("doc"));
|
||||
let destination = destination.unwrap_or_else(|| self.root.join("docs"));
|
||||
|
||||
let mut parsed_modules = self.parse_sources(self.config.name.clone())?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user