mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 08:49:44 +01:00
b9e3a29864
The updated implementation will quote string lists as per the description at https://www.lesbonscomptes.com/recoll/usermanual/#RCL.INSTALL.CONFIG Fixes #3732
18 lines
389 B
Text
18 lines
389 B
Text
dbdir = ~/.cache/recoll/xapiandb
|
|
|
|
nocjk = 0
|
|
|
|
skippedNames+ = "node_modules"
|
|
|
|
topdirs = "~/Downloads" "~/Documents" "~/library" "~/\"cool\" files"
|
|
|
|
underscoresasletter = 1
|
|
|
|
[~/library/projects]
|
|
skippedNames+ = ".editorconfig" ".gitignore" "result" "flake.lock" "go.sum"
|
|
|
|
[~/library/projects/software]
|
|
skippedNames+ = "target" "result"
|
|
|
|
[~/what-is-this-project]
|
|
skippedNames+ = "whoa-there"
|