diff options
| author | Loek Le Blansch <loek@pipeframe.xyz> | 2026-09-19 13:26:13 +0200 |
|---|---|---|
| committer | Loek Le Blansch <loek@pipeframe.xyz> | 2026-09-19 13:26:13 +0200 |
| commit | c1044972c135126a6c9620ccb4cf4b1c6f6bf985 (patch) | |
| tree | 53158c4dda79f1917006448462ede8a3e2e50d26 /home/dot_config/git | |
| parent | 579a2c3bd10ed8be39df0693549ee643ee574b16 (diff) | |
Diffstat (limited to 'home/dot_config/git')
| -rw-r--r-- | home/dot_config/git/config.tmpl | 1 | ||||
| -rw-r--r-- | home/dot_config/git/excludes | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/home/dot_config/git/config.tmpl b/home/dot_config/git/config.tmpl index cbc2b81..51b207f 100644 --- a/home/dot_config/git/config.tmpl +++ b/home/dot_config/git/config.tmpl @@ -2,6 +2,7 @@ defaultBranch = {{ dig "git" "default_branch" "master" . }} [core] quotepath = off + excludesfile = {{ env "XDG_CONFIG_HOME" }}/git/excludes [user] {{- with (dig "git" "email" nil .) }} email = {{ . }} diff --git a/home/dot_config/git/excludes b/home/dot_config/git/excludes new file mode 100644 index 0000000..e2419c8 --- /dev/null +++ b/home/dot_config/git/excludes @@ -0,0 +1,2 @@ +.DS_Store +__MACOSX |