view .chezmoiignore @ 464:48521caaf918

Show source when multiple diagnostic tools are enabled
author zegervdv <zegervdv@me.com>
date Fri, 24 Sep 2021 10:08:59 +0200
parents a5fb80022655
children c983b1061bab
line wrap: on
line source

README.md
*.orig
**/.orig
*.rej
stylua.toml
scripts
.pre-commit-config.yaml
*~

{{ if ne .chezmoi.os "windows" }}
AppData/*
{{ end }}

{{ if eq .chezmoi.os "windows" }}
.config/nvim/*
.bashrc
.zshrc
.Brewfile
.inputrc
.lscolors
.tmux.conf
bin/*
.zsh/*
{{ end }}