diff options
| author | Ibrahim Muftee <ibrahim@muftee.net> | 2025-09-08 15:52:48 -0500 |
|---|---|---|
| committer | Ibrahim Muftee <ibrahim@muftee.net> | 2026-07-01 00:23:31 -0400 |
| commit | 34a621ea75a7ec5d29804b307017882fabec4299 (patch) | |
| tree | eb15fbb84cf59da83687b1f9c1b3b3e250a38c1d /dot_gitconfig.tmpl | |
| parent | f7e750f6c3b1c81fb93841a7fdbd209d00b7134a (diff) | |
feat(git) add .jj to user scoped gitignore
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] |
