diff options
-rw-r--r-- | .chezmoiignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.chezmoiignore b/.chezmoiignore new file mode 100644 index 0000000..2466552 --- /dev/null +++ b/.chezmoiignore @@ -0,0 +1,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 }} |