dotfiles

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

.gitignore (2286B)


      1 # Ignore compiled python.
      2 *.pyc
      3 
      4 # Ignore GTK 2.0 theme information.
      5 .gtk-2.0
      6 
      7 # Ignore gnupg with the exception of checked-in config.
      8 .gnupg/
      9 
     10 # ========================================
     11 # .config
     12 # ========================================
     13 
     14 # Ignore files that contain one or more of the following types of data:
     15 # - machine-specific configuration.
     16 # - local cached data that belongs in XDG_CACHE_HOME (e.g. last window size).
     17 .config/Signal
     18 .config/chromium
     19 
     20 # gitk viewer (cached data).
     21 .config/git/gitk
     22 
     23 # Symlink to wire up additional git config for the local machine.
     24 .config/git/local_config
     25 
     26 # Linux/GTK look and feel (machine-specific).
     27 .config/dconf
     28 .config/glib-2.0
     29 .config/gnome-xdg-terminals.list
     30 .config/gtk-3.0
     31 .config/pulse
     32 .config/xdg-terminals.list
     33 
     34 # IME-related (machine-specific, cached data).
     35 .config/fcitx
     36 .config/fcitx5/conf/cached_layouts
     37 .config/ibus
     38 .config/mozc
     39 
     40 # Flutter SDK (machine-specific).
     41 .config/flutter
     42 .config/tool_state
     43 .config/settings
     44 
     45 # iTerm.
     46 .config/iterm2/AppSupport
     47 
     48 # nvim.
     49 .config/nvim/.netrwhist
     50 .config/nvim/lazy-lock.json
     51 .config/nvim/*.spl
     52 .config/nvim/*.sug
     53 
     54 # zsh cached data.
     55 .config/zsh/.zcompdump
     56 .config/zsh/.zcompdumps/
     57 .config/zsh/.zsh_history
     58 .config/zsh/.zsh_sessions/
     59 
     60 # jj cached data.
     61 .config/jj/repos/
     62 
     63 # Badly-behaved apps.
     64 .config/configstore/update-notifier-@google/
     65 .config/sublime-text/Packages/User/Package Control.last-run
     66 .config/sublime-text/Packages/User/Package Control.ca-list
     67 .config/sublime-text/Packages/User/Package Control.ca-bundle
     68 .config/sublime-text/Packages/User/Package Control.system-ca-bundle
     69 .config/sublime-text/Packages/User/Package Control.cache/
     70 .config/sublime-text/Packages/User/Package Control.ca-certs/
     71 .config/phetch/
     72 .config/zed/.tmp*
     73 .config/zed/conversations/**
     74 .config/zed/embeddings/**
     75 .config/zed/prompts/**
     76 .config/mozilla/firefox/**
     77 
     78 # Swift package manager.
     79 .config/swiftpm
     80 
     81 # Work stuff.
     82 .config/.gsd-keyboard.settings-ported
     83 .config/chrome-remote-desktop/
     84 .config/chrome_infra/
     85 .config/evolution/
     86 .config/gbackup/
     87 .config/gcloud/
     88 .config/lri-notifications-count-lock
     89 
     90 # ========================================
     91 # .local
     92 # ========================================
     93 
     94 # Ignore .local dir other than .local/bin and what's manually checked in.
     95 .local/*
     96 .local/!bin/
     97 .local/bin/gn