add ignore for mac developement

This commit is contained in:
Tyler Starr 2023-01-24 15:44:29 -08:00
parent 46531f6dd4
commit eeb23b42a2
2 changed files with 19 additions and 7 deletions

View File

@ -1,7 +0,0 @@
.oh-my-zsh/cache/**
readme.md
.gitignore
.git
provision
additional-setup.md
.gen

19
home/.chezmoiignore.tmpl Normal file
View File

@ -0,0 +1,19 @@
.oh-my-zsh/cache/**
readme.md
.gitignore
.git
provision
additional-setup.md
.gen
{{ if eq .chezmoi.os "darwin" }}
bin
.bash_profile
.bashrc
.local
.nbrc
.taskopenrc
.taskrc
.tmux.conf
.ssh
{{ end }}