chore: update .chezmoiignore format
parent
c82a530b6a
commit
8820171b73
@ -1,22 +1,22 @@
|
||||
/.idea
|
||||
/README.md
|
||||
/scripts
|
||||
.idea/
|
||||
README.md
|
||||
scripts/
|
||||
{{- if not .include_legacy }}
|
||||
/.local/share/duck-encoder
|
||||
.local/share/duck-encoder
|
||||
{{- end }}
|
||||
{{- if ne .role "personal" }}
|
||||
/.authcode
|
||||
/.config/git/config.d/personal.config
|
||||
/.config/nushell/lib/secrets/personal.nu
|
||||
/.ssh
|
||||
.authcode
|
||||
.config/git/config.d/personal.config
|
||||
.config/nushell/lib/secrets/personal.nu
|
||||
.ssh
|
||||
{{- end }}
|
||||
{{- if eq .role "work" }}
|
||||
/.config/npm/npmrc
|
||||
.config/npm/npmrc
|
||||
{{- end }}
|
||||
{{- if ne .role "work" }}
|
||||
/.config/npm/config
|
||||
/.config/git/config.d/work.config
|
||||
/.config/nushell/lib/secrets/work.nu
|
||||
/.config/nushell/lib/work
|
||||
/.config/nushell/lib/work/mod.nu
|
||||
.config/npm/config
|
||||
.config/git/config.d/work.config
|
||||
.config/nushell/lib/secrets/work.nu
|
||||
.config/nushell/lib/work
|
||||
.config/nushell/lib/work/mod.nu
|
||||
{{- end }}
|
||||
|
||||
Loading…
Reference in New Issue