-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
114 lines (81 loc) · 1.48 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
*
!.gitignore
!.zshrc
!.bashrc
!README.md
!.Xresources
!.readthedocs.yaml
!LICENSE
!scripts/
!scripts/**/*
!other/
!other/**/*
!.icons/
!.icons/**/*
!down-wallset/
!down-wallset/**/*
!qBittorrent_theme/
!qBittorrent_theme/**/*
!lightdm/
!lightdm/**/*
!hacks/
!hacks/**/*
!assets/
!assets/**/*
!wallpaper/
!wallpaper/**/*
!sddm_themes/
!sddm_themes/**/*
!gube_endeavouros/
!gube_endeavouros/**/*
!.config/
!.config/mimeapps.list
!.config/nushell/
!.config/nushell/**/*
!.config/dunst/
!.config/dunst/**/*
!.config/wezterm/
!.config/wezterm/**/*
!.config/picom/
!.config/picom/**/*
!.config/alacritty/
!.config/alacritty/**/*
!.config/i3/
!.config/i3/**/*
!.config/polybar/
!.config/polybar/**/*
!.config/LSD/
!.config/LSD/**/*
!.config/rofi/
!.config/rofi/**/*
!.config/yazi/
!.config/yazi/**/*
!.config/tmux/
!.config/tmux/*
!.config/tmux/scripts/
!.config/tmux/scripts/**/*
!.config/tmux/themes/
!.config/tmux/themes/**/*
!.config/BraveSoftware/
!.config/BraveSoftware/auto_start.sh
!.config/BraveSoftware/Brave-Browser/
!.config/BraveSoftware/Brave-Browser/Default/
!.config/BraveSoftware/Brave-Browser/Default/Bookmarks
!.config/Thunar/
!.config/Thunar/auto_start.sh
!.config/kitty/
!.config/kitty/**/*
!.config/zsh-scripts/
!.config/zsh-scripts/**/*
!.config/hypr/
!.config/hypr/**/*
!.config/hyprshot/
!.config/hyprshot/**/*
!.config/qt5ct/
!.config/qt5ct/**/*
!.config/qt6ct/
!.config/qt6ct/**/*
!.config/Kvantum/
!.config/Kvantum/**/*
!.config/waybar/
!.config/waybar/**/*