View the original community article here
Last tested: Aug 27, 2020
You most certainly can. There is a possibility you will see this error:
include: references a project '_foldername' not in the manifest for 'projectname'
The folder name with the '_' possibly contains a model and view files. If you try to include each view file by name, you may see this error. To ensure that you no longer see the error, include all views with wildcard characters.
include: "*.view"
This content is subject to limited support.