-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
78 lines (64 loc) · 1.23 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
/*
!.config/
.config/*
!.local/
.local/*
.local/bin/*
!.gitignore
!.bashrc
!.bash_profile
!.bash_aliases
!.bash_script_template
!.xinitrc
!bin/
!wallpaper
!.screenlayout/
!.emoji_list
!.config/fontconfig/
!.config/ranger/
!.config/sxhkd/
!.config/alacritty/
!.config/awesome/
!.config/picom/
!.config/dunst/
!.config/fish/
!.config/zathura/
!.config/kak/
!.config/vimium/
!.config/xfce4/
!.config/theme/
# awesome
.config/awesome/log
# xfce4 keyboard shortcuts
!.config/xfce4/
.config/xfce4/*
!.config/xfce4/xfconf/
.config/xfce4/xfconf/*
!.config/xfce4/xfconf/xfce-perchannel-xml/
.config/xfce4/xfconf/xfce-perchannel-xml/*
!.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml
# Thunar
!.config/Thunar/
.config/Thunar/renamerrc
.config/Thunar/accels.scm
# XDG user directories
!.config/user-dirs.dirs
# flameshot
!.config/flameshot/
# krita
!.config/kritarc
# cheat
!.config/cheat/
.config/cheat/cheatsheets/community
# nvim
!.config/nvim/
.config/nvim/colors/theme.vim
# vscode
!.config/Code - OSS/
.config/Code - OSS/*
!.config/Code - OSS/User/
.config/Code - OSS/User/*
!.config/Code - OSS/User/keybindings.json
!.config/Code - OSS/User/settings.json
!.config/Code - OSS/User/snippets/
!.config/Code - OSS/User/extensions