comparison .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
comparison
equal deleted inserted replaced
492:16cc2c9c3d6b 493:3c1aaccf3cef
4 *.rej 4 *.rej
5 stylua.toml 5 stylua.toml
6 scripts 6 scripts
7 .pre-commit-config.yaml 7 .pre-commit-config.yaml
8 *~ 8 *~
9 Dockerfile
9 10
10 {{ if ne .chezmoi.os "windows" }} 11 {{ if ne .chezmoi.os "windows" }}
11 AppData/* 12 AppData/*
12 {{ end }} 13 {{ end }}
13 14