view .chezmoiignore @ 753:942c3ae067e7

[pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci
author pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
date Mon, 12 Dec 2022 20:19:43 +0000
parents 5631c3f65dc1
children ec5b57266af2
line wrap: on
line source

.github
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 }}

{{ if ne .chezmoi.os "linux" }}
.local/share/applications/*
{{ end }}