teleport icon indicating copy to clipboard operation
teleport copied to clipboard

Excluding directories

Open bwente opened this issue 4 years ago • 0 comments

Something like this? Is basepathassets the same as webroot?

    {
        "vehicle_class": "xPDOFileVehicle",
        "object": {
            "script": "extract\/basepathassets.php",
            "excludes": [
                "email",
                "image-cache",
                "videos",
                "themes/sources",
                "themes/bootstrap_src"
            ]
        }

bwente avatar Oct 27 '20 01:10 bwente