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

@@ -23,9 +23,6 @@ panic = "abort"
[features]
default = []
# Turn on support for specifying glob ignore path rules in the project format.
unstable_glob_ignore_paths = []
# Enable this feature to live-reload assets from the web UI.
dev_live_assets = []