dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 9c4c8a57ec042129b90de343f5c80ce4d7ed58a8
parent d58831330feda3155253af5d72e61bf57c8385ca
Author: Chris Bracken <chris@bracken.jp>
Date:   Mon,  9 Oct 2023 14:27:56 -0700

Update .gitignore for .config

* Add an explanatory heading.
* Clean up the offenders list into groups.
* Document why offenders are in the ignore list.

Diffstat:
M.config/.gitignore | 26+++++++++++++++++++-------
1 file changed, 19 insertions(+), 7 deletions(-)

diff --git a/.config/.gitignore b/.config/.gitignore @@ -1,13 +1,25 @@ +# Ignore files that contain one or more of the following types of data: +# - machine-specific configuration +# - local cached data that belongs in XDG_CACHE_HOME (e.g. last window size) + +Signal chromium -cmus + +# gitk viewer (cached data) +git/gitk + +# Linux/GTK look and feel (machine-specific) dconf -fcitx -fcitx5/conf/cached_layouts -flutter glib-2.0 gtk-3.0 +pulse + +# IME-related (machine-specific, cached data) +fcitx +fcitx5/conf/cached_layouts ibus -mimeapps.list mozc -pulse -Signal + +# Flutter SDK (machine-specific) +flutter +tool_state