dotfiles/meta/tasks/gitignore.global.yaml

7 lines
150 B
YAML
Raw Normal View History

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