Skip to content

Commit

Permalink
extra file support for gitignore_global
Browse files Browse the repository at this point in the history
  • Loading branch information
zbiljic committed Feb 9, 2025
1 parent 1366b9e commit 98d9293
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 14 deletions.
14 changes: 0 additions & 14 deletions home/dot_gitignore_global

This file was deleted.

20 changes: 20 additions & 0 deletions home/dot_gitignore_global.tmpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
*~
*__*

.DS_Store
.vscode/*

.bin/
.mirrord/

.air.toml
.env.*
.mise.toml
.supermavenignore
*.local

{{ $path := joinPath .chezmoi.homeDir ".gitignore_global_extra" }}
{{- if stat $path -}}
# Extra
{{ include $path }}
{{- end -}}

0 comments on commit 98d9293

Please sign in to comment.