dotfiles

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

.gitignore (1567B)


      1 # Ignore compiled python.
      2 *.pyc
      3 
      4 # Ignore GTK 2.0 theme information
      5 .gtk-2.0
      6 
      7 # ========================================
      8 # .config
      9 # ========================================
     10 
     11 # Ignore files that contain one or more of the following types of data:
     12 # - machine-specific configuration
     13 # - local cached data that belongs in XDG_CACHE_HOME (e.g. last window size)
     14 .config/Signal
     15 .config/chromium
     16 
     17 # gitk viewer (cached data)
     18 .config/git/gitk
     19 
     20 # Symlink to wire up additional git config for the local machine.
     21 .config/git/local_config
     22 
     23 # Linux/GTK look and feel (machine-specific)
     24 .config/dconf
     25 .config/glib-2.0
     26 .config/gtk-3.0
     27 .config/pulse
     28 
     29 # IME-related (machine-specific, cached data)
     30 .config/fcitx
     31 .config/fcitx5/conf/cached_layouts
     32 .config/ibus
     33 .config/mozc
     34 
     35 # Flutter SDK (machine-specific)
     36 .config/flutter
     37 .config/tool_state
     38 
     39 # zsh cached data
     40 .config/zsh/.zcompdump
     41 .config/zsh/.zcompdumps/
     42 .config/zsh/.zsh_history
     43 .config/zsh/.zsh_sessions/
     44 
     45 # Ignore frequently-changing irrelevant files
     46 .config/sublime-text/Packages/User/Package Control.last-run
     47 .config/sublime-text/Packages/User/Package Control.ca-list
     48 .config/sublime-text/Packages/User/Package Control.ca-bundle
     49 .config/sublime-text/Packages/User/Package Control.system-ca-bundle
     50 .config/sublime-text/Packages/User/Package Control.cache/
     51 .config/sublime-text/Packages/User/Package Control.ca-certs/
     52 
     53 # ========================================
     54 # .local
     55 # ========================================
     56 
     57 # Ignore .local dir other than .local/bin and what's manually checked in.
     58 .local/*
     59 .local/!bin/
     60 .local/bin/gn