view .chezmoiignore @ 880:1959d338af5c

close docker branch
author Zeger Van de Vannet <zeger@vandevan.net>
date Fri, 26 Apr 2024 07:56:18 +0200
parents 3c1aaccf3cef
children
line wrap: on
line source

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

{{ 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 }}