dotfiles/meta/tasks/gitignore.global.yaml

7 lines
150 B
YAML
Raw Normal View History

2018-06-28 23:45:39 +00:00
- link:
2021-02-21 00:15:09 +00:00
~/.gitignore.global:
path: conf/gitignore.global
2018-06-28 23:45:39 +00:00
- shell:
2021-02-21 00:15:09 +00:00
- command: 'git config --global core.excludesfile ~/.gitignore.global'