summary refs log tree commit diff
path: root/.chezmoiignore
blob: 7f855d2ec91b870482ad83338bee62c02f556424 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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 }}

# Ignore run_macos_* for non-macOS
{{ if ne .chezmoi.os "darwin" -}} /*macos_*.sh {{- end }}

# Ignore run_gnome_* for non-GNOME
{{ if not (lookPath "dconf") -}} /*gnome_*.sh {{- end }}