Enable globIgnorePaths by default

This commit is contained in:
Lucien Greathouse
2020-06-17 14:42:46 -07:00
parent a3edb93273
commit 940aff7ef4
5 changed files with 6 additions and 18 deletions

View File

@@ -61,7 +61,6 @@ pub struct Project {
/// A list of globs, relative to the folder the project file is in, that
/// match files that should be excluded if Rojo encounters them.
#[serde(default, skip_serializing_if = "Vec::is_empty")]
#[cfg_attr(not(feature = "unstable_glob_ignore_paths"), serde(skip))]
pub glob_ignore_paths: Vec<Glob>,
/// The path to the file that this project came from. Relative paths in the