Config( ignored: [], // A list of patterns to be ignored in all directories directories: [ WatchDir( path: "~", // The root folder to be indexed recurse: true, // Recursively index and watch all subfolders ignored: [], // Ignore patterns specifically for this directory ), ], )