diff options
Diffstat (limited to 'dot_gitconfig.tmpl')
| -rw-r--r-- | dot_gitconfig.tmpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dot_gitconfig.tmpl b/dot_gitconfig.tmpl index 29613da..0abe1e4 100644 --- a/dot_gitconfig.tmpl +++ b/dot_gitconfig.tmpl @@ -9,6 +9,12 @@ {{/* This file supports Go's text/template language. */ -}} +[core] + {{ if .work -}} + excludesfile = !/home/u_muftei/.gitignore + {{ else -}} + excludesfile = !/home/ibrahim/.gitignore + {{ end -}} [init] defaultBranch = main [push] |
