Skip to content

Commit

Permalink
Rename 'ignore' to 'exclude' in default config (#464)
Browse files Browse the repository at this point in the history
Co-authored-by: tjex <[email protected]>
  • Loading branch information
smbl64 and tjex authored Oct 24, 2024
1 parent 73092a6 commit d975116
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions internal/core/notebook_store.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,9 @@ const defaultConfig = `# zk configuration file
template = "default.md"
# Path globs ignored while indexing existing notes.
#ignore = [
#exclude = [
# "drafts/*",
# "log.md"
# "log.md"
#]
# Configure random ID generation.
Expand Down
4 changes: 2 additions & 2 deletions tests/cmd-init-defaults.tesh
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ $ cat .zk/config.toml
>template = "default.md"
>
># Path globs ignored while indexing existing notes.
>#ignore = [
>#exclude = [
># "drafts/*",
># "log.md"
># "log.md"
>#]
>
># Configure random ID generation.
Expand Down

0 comments on commit d975116

Please sign in to comment.