// The purpose of this module is to configure defaults for the working of the app and the
// exclusions
/////// This module helps store the defaults when no path is provided
pubmoddefaults;/// This module allows to exclude files and folders based in gitignore like patterns
pubmodexclusions;