uSync Exclude/Ignore problem

Claude is to put it politely making this up.

My experience is AI hallucinates config (not just for uSync but for a lot of things) more often then it does other things.

Rules is not a usync config thing. and the exclude/include doesn’t do glob patterns.

There is some docs here. (Exclude/Include Content | Jumoo docs)

but in summary you want:

"uSync": {
    "Sets": {
      "Default": {
        "Handlers": {
          "ContentHandler": {
            "Settings": {
              "Exclude": "/Courses",
              "RulesOnExport": "False" 
           }
          }
        }
     }
   }
 }

check the path in an existing uSync config file to confirm it’s /Courses and not say /home/Courses