Skip to content
Discussion options

You must be logged in to vote

You need to tell chezmoi to ignore the contents of .local/bin, not just the directory, i.e. add some double stars:

.local/bin/**

chezmoi's .chezmoiignore files are similar to, but not identical to .gitignore files. Specifically, git does not manage directories but chezmoi does, so chezmoi needs extra ignore syntax to distinguish between directories and their contents.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Lockszmith-GH
Comment options

Answer selected by Lockszmith-GH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants