You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
463 B
Plaintext

.idea/
README.md
scripts/
{{- if not .include_legacy }}
.local/share/duck-encoder
{{- end }}
{{- if ne .role "personal" }}
.authcode
.config/git/config.d/personal.config
.config/nushell/lib/secrets/personal.nu
.ssh
{{- end }}
{{- if eq .role "work" }}
.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
{{- end }}