You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File include would be a replacement for the current system used to define what files are synchronized by the server.
Currently, the directory management list is used to determine what files should be served, this should change to a more standard file include/ignore list pair.
directories: [...] // Directory management modes
files: {
include: [...] // Glob patterns to include
ignore: [...] // Glob patterns to ignore
}
Directory patterns should be automatically transformed to their glob equivalent
Included files/directories should be added to the manifest
Ignored files should not be added to the manifest
The text was updated successfully, but these errors were encountered:
File include would be a replacement for the current system used to define what files are synchronized by the server.
Currently, the directory management list is used to determine what files should be served, this should change to a more standard file include/ignore list pair.
The text was updated successfully, but these errors were encountered: