view .chezmoiignore @ 458:0b2c942eb2c9

Ignore merge leftovers
author zegervdv <zegervdv@me.com>
date Sun, 19 Sep 2021 10:54:42 +0200
parents 6655485152c9
children a5fb80022655
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/*
.bashrc
.zshrc
.Brewfile
.inputrc
.lscolors
.tmux.conf
bin/*
.zsh/*
{{ end }}