FIX don't mask config files we actually need
This commit is contained in:
parent
2d4160b9bd
commit
05e6998c6a
|
@ -11,10 +11,25 @@
|
|||
|
||||
.config/*
|
||||
!.config/gnupg
|
||||
!.config/python
|
||||
!.config/tmux
|
||||
!.config/zsh
|
||||
|
||||
{{ if .development.python -}}
|
||||
!.config/python
|
||||
{{- end }}
|
||||
|
||||
{{ if .development.r -}}
|
||||
!.config/r
|
||||
{{- end }}
|
||||
|
||||
{{ if .development.latex -}}
|
||||
!.config/texmf
|
||||
{{- end }}
|
||||
|
||||
{{ if .development.conda -}}
|
||||
!.config/conda
|
||||
{{- end }}
|
||||
|
||||
.local
|
||||
{{- end }}
|
||||
|
||||
|
|
Loading…
Reference in New Issue