{
    "path": "civicrm-assets",
    "url": "/civicrm-assets",
    "file-mode": "auto",
    "assets:*": {
        "include": [
            "**.html",
            "**.js",
            "**.css",
            "**.svg",
            "**.png",
            "**.jpg",
            "**.map",
            "**.jpeg",
            "**.ico",
            "**.gif",
            "**.woff",
            "**.woff2",
            "**.ttf",
            "**.eot",
            "**.swf",
            "**.json"
        ],
        "exclude-dir": [
            ".git",
            ".svn",
            ".bzr",
            "/CRM",
            "/Civi",
            "/tests"
        ]
    }
}
