The work laptop's first install left five files dirty, all of them wallust targets. Tracking generated colour files means each machine rewrites the others' palette on every theme change — exactly the churn a shared repo should not have. hypr, waybar and swaync now get their colours as real files written into real directories, so nothing is linked and nothing is tracked. kitty and qutebrowser land inside directories this repo links wholesale, so those two are ignored by path instead. swaync switched from a directory link to two file links to make room for its generated colors.css. Regeneration is automatic: hypr_refresh runs every 15 seconds on both laptops, so a fresh machine has colours within a quarter of a minute.
47 lines
1.1 KiB
Plaintext
47 lines
1.1 KiB
Plaintext
# Allowlist. Everything is ignored unless explicitly named below.
|
|
# This is deliberate: the previous repo used a two-line denylist and
|
|
# accumulated browser caches, mail caches and vendored binaries.
|
|
**/*
|
|
|
|
!.gitignore
|
|
!install
|
|
!README.md
|
|
|
|
!meta/
|
|
!meta/**
|
|
!common/
|
|
!common/**
|
|
!hosts/
|
|
!hosts/**
|
|
!packages/
|
|
!packages/**
|
|
|
|
# dotbot submodule
|
|
!.gitmodules
|
|
!dotbot
|
|
|
|
# Re-exclude noise inside the allowed trees.
|
|
**/__pycache__/
|
|
**/*.pyc
|
|
*.pre-*
|
|
*.backup
|
|
**/hcache/
|
|
**/node_modules/
|
|
|
|
# Never, under any circumstances. These are shapes that have actually held
|
|
# live credentials on these machines: Claude OAuth tokens, restic repo keys,
|
|
# subsonic passwords, the Proton bridge and LiteLLM virtual keys.
|
|
**/credentials
|
|
**/credentials/**
|
|
**/.credentials.json
|
|
**/password
|
|
**/hosts.yml
|
|
**/*.env
|
|
.secrets.zsh
|
|
|
|
# wallust output. Regenerated on every theme change, so tracking it means every
|
|
# machine fights over the other's palette. hypr/waybar/swaync write to real
|
|
# files; these two land inside directories this repo links, so ignore them here.
|
|
common/kitty/colors.conf
|
|
common/qutebrowser/colors.py
|