add exclude

This commit is contained in:
ducoterra
2020-04-05 18:57:47 -04:00
parent 3bee35b090
commit 3207ed1508
4 changed files with 26 additions and 7 deletions

33
example.json Normal file
View File

@@ -0,0 +1,33 @@
{
"graphite": {
"server": "graphite.ducoterra.net",
"port": 2003
},
"os": "osx",
"data": {
"heartbeat": null,
"storage": [
{
"path": "/Users/ducoterra",
"name": "home"
},
{
"path": ".",
"name": "curdir"
},
{
"path": "..",
"name": "outdir"
},
{
"path": "/Users",
"name": "users"
},
{
"path": ".",
"name": "curdir_noreadme",
"exclude": "*.md"
}
]
}
}