dotfiles/.gitignore

165 lines
1.9 KiB
Plaintext
Raw Normal View History

2018-02-01 22:34:24 +00:00
# ignore everything except the gitignore file
/*
# ignore cache files
cache
Cache
# ignore log files
*log
# zsh config files
!/.zshrc
2018-08-15 10:10:06 +00:00
!/.zprofile
2018-12-02 14:34:01 +00:00
!/.bash.command-not-found
2018-02-01 22:34:24 +00:00
2019-06-23 16:49:02 +00:00
# .profile
!/.profile
2018-02-01 22:34:24 +00:00
# only add selected config files
!/.config
/.config/*
2022-08-28 23:35:25 +00:00
!/.config/.envrc
2018-02-01 22:34:24 +00:00
# mpv config file
2022-09-01 00:52:54 +00:00
!/.config/mpv
/.config/mpv/*
!/.config/mpv/mpv.conf
!/.config/mpv/input.conf
!/.config/mpv/scripts
2022-09-18 20:41:47 +00:00
!/.config/mpv/script-opts
2022-09-23 18:12:39 +00:00
!/.config/mpv/fonts
2022-09-01 00:52:54 +00:00
/.config/mpv/scripts/amoethyst.lua
/.config/mpv/scripts/japan7.lua
/.config/mpv/scripts/aniupdate.lua
!/.config/mpv/shaders
2022-09-24 23:13:44 +00:00
!/.config/mpv/.envrc
2018-02-01 22:34:24 +00:00
# picom config file
!/.config/picom.conf
2018-02-02 18:31:51 +00:00
2018-02-01 22:34:24 +00:00
# whipper config files
!/.config/whipper
2018-02-05 18:25:14 +00:00
# tmux config file
!/.tmux.conf
!/.tmate.conf
2018-03-23 18:27:31 +00:00
# pypirc
!/.pypirc
2018-08-11 21:00:15 +00:00
2018-09-13 14:19:12 +00:00
# localbins
!/.local
!/.local/bin
2019-05-26 16:47:53 +00:00
/.local/*
2018-12-29 18:14:14 +00:00
# ignore antibody
!/.antibody/plugins
2019-01-11 17:50:29 +00:00
2019-05-02 00:54:34 +00:00
# sway
!/.config/sway
# i3blocks
!/.config/i3blocks
# mako
!/.config/mako
2019-05-02 00:58:23 +00:00
# mpd
!/.config/mpd
/.config/mpd/*
!/.config/mpd/mpd.conf
# ncmpcpp
!/.config/ncmpcpp
2019-05-02 01:00:42 +00:00
# alacritty
!/.config/alacritty
2019-05-02 01:01:40 +00:00
# fontconfig
!/.config/fontconfig
2019-05-02 01:02:35 +00:00
# neofetch
!/.config/neofetch
2019-05-02 01:03:37 +00:00
# sxiv
!/.config/sxiv
2019-05-02 01:08:07 +00:00
# webbookmarks example
!/.config/webbookmarks.example
2019-05-03 09:18:12 +00:00
# newsboat
!/.newsboat
/.newsboat/*
!/.newsboat/config
2019-05-27 22:39:52 +00:00
# fish
!/.config/fish
2019-06-16 13:02:58 +00:00
# dunst
!/.config/dunst
2019-07-05 19:44:41 +00:00
# aegisub
!/.aegisub
/.aegisub/*
!/.aegisub/hotkey.json
!/.aegisub/automation
2019-07-31 20:48:21 +00:00
*.so
2019-07-27 20:39:41 +00:00
# alsa
!/.alsa
2019-07-31 20:48:21 +00:00
2019-09-29 19:45:54 +00:00
# xinit
!/.xinitrc
2019-10-07 22:59:20 +00:00
# gtk config
!/.config/gtk-3.0
2019-12-15 00:10:10 +00:00
!/.gtkrc-2.0
2020-01-31 18:34:45 +00:00
# kitty config
!/.config/kitty
# jack
!/.config/jack
2020-11-11 13:55:42 +00:00
# tridactly
!/.tridactylrc
2020-11-24 11:07:08 +00:00
# nvim
!/.vimrc
!/.vim
!/.config/nvim
.netrwhist
/.config/nvim/bundle
2022-07-31 17:20:32 +00:00
/.config/nvim/lua
2022-02-10 06:24:56 +00:00
/.config/nvim/*/packer_compiled.lua
2022-09-18 01:55:08 +00:00
/.config/nvim/ftplugin/*.lua
2020-11-24 11:07:08 +00:00
2021-02-05 18:22:22 +00:00
# flake8
!/.flake8
2021-06-26 13:13:01 +00:00
# bottom
!/.config/bottom
2021-12-08 17:32:46 +00:00
# zinit
2022-08-31 16:18:35 +00:00
!/.local/share
/.local/share/*
2021-12-08 17:32:46 +00:00
/.local/share/zinit/*
!/.local/share/zinit/zinit.git
2021-12-21 23:13:10 +00:00
# rofi
!/.config/rofi
2022-02-06 04:21:30 +00:00
# starship
!/.config/starship.toml
2022-06-10 16:28:16 +00:00
# ncdu
!/.config/ncdu
2022-06-14 13:38:59 +00:00
# fd
!/.config/fd
# git config
!.gitignore
!/.config/git