view .chezmoiignore @ 451:d99353d71702

Use common template for windows nvim config
author zegervdv <zegervdv@me.com>
date Sun, 12 Sep 2021 11:01:25 +0200
parents 7004867c436c
children 6655485152c9
line wrap: on
line source

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

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

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