view .chezmoiignore @ 460:ae7e377bced8

Add autocmd wrapper for lua
author zegervdv <zegervdv@me.com>
date Sun, 19 Sep 2021 14:57:14 +0200
parents 0b2c942eb2c9
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 }}