dotfiles

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

commit 6af1da430a1e1e3057369829197dc57cfaf90f95
parent 062851f08a5be30c0ecb797992a7d1fd000fbd1c
Author: Chris Bracken <chris@bracken.jp>
Date:   Mon, 26 Aug 2024 20:37:16 -0700

gitignore: add work, badly-behaved apps

Diffstat:
M.gitignore | 30+++++++++++++++++++-----------
1 file changed, 19 insertions(+), 11 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -1,7 +1,7 @@ # Ignore compiled python. *.pyc -# Ignore GTK 2.0 theme information +# Ignore GTK 2.0 theme information. .gtk-2.0 # ======================================== @@ -9,58 +9,66 @@ # ======================================== # 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) +# - machine-specific configuration. +# - local cached data that belongs in XDG_CACHE_HOME (e.g. last window size). .config/Signal .config/chromium -# gitk viewer (cached data) +# gitk viewer (cached data). .config/git/gitk # Symlink to wire up additional git config for the local machine. .config/git/local_config -# Linux/GTK look and feel (machine-specific) +# Linux/GTK look and feel (machine-specific). .config/dconf .config/glib-2.0 .config/gtk-3.0 .config/pulse -# IME-related (machine-specific, cached data) +# IME-related (machine-specific, cached data). .config/fcitx .config/fcitx5/conf/cached_layouts .config/ibus .config/mozc -# Flutter SDK (machine-specific) +# Flutter SDK (machine-specific). .config/flutter .config/tool_state +.config/settings -# iTerm +# iTerm. .config/iterm2/AppSupport -# nvim +# nvim. .config/nvim/.netrwhist .config/nvim/*.spl .config/nvim/*.sug -# zsh cached data +# zsh cached data. .config/zsh/.zcompdump .config/zsh/.zcompdumps/ .config/zsh/.zsh_history .config/zsh/.zsh_sessions/ -# Ignore frequently-changing irrelevant files +# Badly-behaved apps. .config/sublime-text/Packages/User/Package Control.last-run .config/sublime-text/Packages/User/Package Control.ca-list .config/sublime-text/Packages/User/Package Control.ca-bundle .config/sublime-text/Packages/User/Package Control.system-ca-bundle .config/sublime-text/Packages/User/Package Control.cache/ .config/sublime-text/Packages/User/Package Control.ca-certs/ +.config/phetch/ +.config/zed/prompts/ # Swift package manager. .config/swiftpm +# Work stuff. +.config/chrome_infra/ +.config/gbackup/ +.config/gcloud/ + # ======================================== # .local # ========================================