-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
65 lines (50 loc) · 1.15 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
# ____ ___ _____ ___ ____ _ _ ___ ____ _____
# / ___|_ _|_ _|_ _/ ___| \ | |/ _ \| _ \| ____|
# | | _ | | | | | | | _| \| | | | | |_) | _|
# | |_| || | | | | | |_| | |\ | |_| | _ <| |___
# \____|___| |_| |___\____|_| \_|\___/|_| \_\_____|
#
# https://github.com/chrisjameschamp
# Could just force-add these files and leave this as '*', but this way I have a
# nice explicit list for documentation's sake.
# Ignore everything by default.
*
!.config/
# Alacritty
!.config/alacritty/
!.config/alacritty/*
# Cava
!.config/cava/
!.config/cava/*
# Dunst
!.config/dunst/
!.config/dunst/*
# Font Config
!.config/fontconfig/
!.config/fontconfig/*
# Neofetch
!.config/neofetch/
!.config/neofetch/*
# QTile
!.config/qtile/
!.config/qtile/*
.config/qtile/__pycache__/
# Ranger
!.config/ranger/
!.config/ranger/*
!.config/ranger/colorschemes/
!.config/ranger/colorschemes/*
.config/ranger/colorschems/__pycache__/
!.config/ranger/plugins/
!.config/ranger/plugins/*
.config/ranger/plugins/__pycache__/
# Rofi
!.config/rofi/
!.config/rofi/*
# Spotify-Tui
!.config/spotify-tui/
!.config/spotify-tui/config.yml
# ZSH Profile
!.zshrc
# Gitignore
!.gitignore