add example config
This commit is contained in:
parent
28911accee
commit
999d0f21c5
|
@ -0,0 +1,25 @@
|
|||
# TODO: provide a way to compress data like:
|
||||
# tar -c --lzma queue -f queue.tar.lzma
|
||||
# propose it when we have many many files taking a relatively "small" space
|
||||
# Like: 1296 files taking 5Mb -> compressed in 1 file, 55Kb
|
||||
|
||||
|
||||
watched_dirs = [
|
||||
"~/memories/",
|
||||
"~/org/",
|
||||
"~/PhD/"
|
||||
]
|
||||
|
||||
# No trailing slash
|
||||
excluded_dirs = [
|
||||
]
|
||||
|
||||
# No slashes
|
||||
excluded_dir_names = [
|
||||
".git",
|
||||
".julia_pkgs"
|
||||
]
|
||||
|
||||
maxmimum_file_number = 20
|
||||
|
||||
verbosity = 1
|
Loading…
Reference in New Issue