Добавлен вывод через библиотеку sdiff
This commit is contained in:
parent
aa214dcf96
commit
973cf8ac5a
3 changed files with 97 additions and 5 deletions
31
config.json
Normal file
31
config.json
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"database": "/var/lib/dwatch/data.db",
|
||||
"rules": {
|
||||
"tracking": [
|
||||
],
|
||||
"ignore": [
|
||||
]
|
||||
},
|
||||
"watch": [
|
||||
{
|
||||
"path": "/path/to/watch-1",
|
||||
"child": true,
|
||||
"rules": {
|
||||
"tracking": [
|
||||
],
|
||||
"ignore": [
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "/path/to/watch-2",
|
||||
"child": false,
|
||||
"rules": {
|
||||
"tracking": [
|
||||
],
|
||||
"ignore": [
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue