From 34a621ea75a7ec5d29804b307017882fabec4299 Mon Sep 17 00:00:00 2001 From: Ibrahim Muftee Date: Mon, 8 Sep 2025 15:52:48 -0500 Subject: feat(git) add .jj to user scoped gitignore --- dot_gitconfig.tmpl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'dot_gitconfig.tmpl') 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] -- cgit v1.2.3