-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
126 lines (108 loc) · 2.03 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
# Ignore
out
.vim/bundle
.vim/.netrwhist
.config/*
.local/*
!.local/share
.local/share/*
.mypy_cache/
**/local.*
# Simple unignores
!.config/foot
!.config/bat
!.config/dircolors
!.config/i3blocks
!.config/irb
!.config/neofetch
!.config/mako
!.config/user-dirs.dirs
!.config/wofi
!.config/zathura
!.config/X11
!.config/alacritty
!.config/XCompose
!.config/yt-dlp
!.config/starship.toml
# fcitx5
!.config/fcitx5
.config/fcitx5/conf/
# Git
!.config/git
.config/git/config.local
.config/git/config.d/*
!.config/git/config.d/github
# newsboat
!.config/newsboat
.config/newsboat/urls
# aerc
!.config/aerc
.config/aerc/accounts.conf
# tmux
!.config/tmux
.config/tmux/plugins/
# zsh
!.config/zsh
.config/zsh/.zcompdump*
.config/zsh/oh-my-zsh
.config/zsh/*.local
# .desktop-files
!.local/share/mpv-logo.png
!.local/share/applications
.local/share/applications/gog_com*
# mpd
!.config/mpd
.config/mpd/*
!.config/mpd/mpd.conf
# mpd
!.config/mpv
.config/mpv/watch_later
# neovim
!.config/nvim
.config/nvim/.netrwhist
# npm
!.config/npm
.config/npm/_*
.config/npm/*anonymous*
# qutebrowser
!.config/qutebrowser
.config/qutebrowser/autoconfig.yml
.config/qutebrowser/bookmarks
.config/qutebrowser/qsettings/QtProject.conf
# qutebrowser greasemonkey scripts
# Specific scripts are excluded via .gitignore in greasemonkey folder
!.local/share/qutebrowser
.local/share/qutebrowser/*
!.local/share/qutebrowser/greasemonkey
# systemd
!.config/systemd
.config/systemd/user/*
!.config/systemd/user/*.target
!.config/systemd/user/*.timer
!.config/systemd/user/*.service
# sway
!.config/sway
.config/sway/test
.config/sway/input
.config/sway/output
!.config/swaylock
# waybar
!.config/waybar
.config/waybar/*
!.config/waybar/config
!.config/waybar/style.css
# Ignore .local/bin with the exception of...
!.local/bin
.local/bin/*
!.local/bin/igdl
!.local/bin/editorrenamer
!.local/bin/integrity_check
!.local/bin/pm
!.local/bin/sway-init
!.local/bin/transadd
!.local/bin/upmirror
!.local/bin/scalevid
!.local/bin/speedtest
!.local/bin/urlhandler
!.local/bin/harden
!.local/bin/s3sync