diff options
| author | 2026-04-21 01:25:02 +0100 | |
|---|---|---|
| committer | 2026-04-21 01:25:02 +0100 | |
| commit | 201932ce77d8e7ca6fc66e3feb41cebdf68eb573 (patch) | |
| tree | 936fd1d01346ebdf4b339842a6ba9be7d410bf52 /.chezmoiignore | |
| parent | 932deff228dd3d0a33527b2256c3a675b45696a1 (diff) | |
| download | dotfiles-201932ce77d8e7ca6fc66e3feb41cebdf68eb573.tar.gz dotfiles-201932ce77d8e7ca6fc66e3feb41cebdf68eb573.tar.bz2 dotfiles-201932ce77d8e7ca6fc66e3feb41cebdf68eb573.zip | |
chore: prune stale/redundant chezmoi config
.chezmoiignore:
- remove create-efi.sh (deleted in UKI migration)
- remove dot-prefixed entries (.editorconfig, .github/, .worktrees/,
.githooks/, .stylua.toml, .prettierrc.json, .ruff_cache); chezmoi
already ignores source paths beginning with '.' by default (reserved
chezmoi names aside)
.chezmoi.toml.tmpl:
- drop unused data.hostname (not referenced by any template)
Diffstat (limited to '.chezmoiignore')
| -rw-r--r-- | .chezmoiignore | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/.chezmoiignore b/.chezmoiignore index ebb6a6f..e8e18e4 100644 --- a/.chezmoiignore +++ b/.chezmoiignore @@ -1,19 +1,11 @@ KEYBINDS.md README.md -create-efi.sh bootstrap.sh -.editorconfig -.github/ -.worktrees/ meta/ systemd-units/ etc/ firefox/ justfile -.githooks/ -.stylua.toml +just-lib.sh selene.toml selene-globals.yml -.prettierrc.json -just-lib.sh -.ruff_cache |
