summary refs log tree commit diff
path: root/.chezmoiignore
blob: 2466552aa138d3e5fb1e2fda9e79aadf060f8650 (plain)
1
2
3
4
5
6
7
8
9
10
# Non-deployed files
/README.md

# Compiled files, special OS files
**/*.zwc
**/*.pyc
**/.DS_Store

# Ignore Library/ for non-macOS
{{ if ne .chezmoi.os "darwin" -}} /Library/ {{- end }}