# Returns the content of the .stignore as the ignore field Takes one parameter, , and returns the content of the .stignore as the ignore field. A second field, expanded, provides a list of strings which represent globbing patterns described by gobwas/glob (based on standard wildcards) that match the patterns in .stignore and all the includes. If appropriate these globs are prepended by the following modifiers ! to negate the glob, (?i) to do case insensitive matching and (?d) to enable removing of ignored files in an otherwise empty directory. Endpoint: GET /syncthing/db/ignores Version: 6.6.1 ## Query parameters: - `folder` (string, required) Folder ID Example: "fluxwp_wordpress1678382606717" ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (object)