view .chezmoiignore @ 493:3c1aaccf3cef

Add dockerfile to build a standalone container
author zegervdv <zegervdv@me.com>
date Fri, 03 Dec 2021 09:44:20 +0100
parents c983b1061bab
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 }}