-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
75 lines (63 loc) · 1.24 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
# Exclude all dotfiles on home directory by default
.*
# Exclude all home directories by default
*/
# Junk
.oh-my-zsh
# Hidden file types
*css
*html
*mkv
*webm
# Excluded config files
.config/*
.config/i3/*
.config/dunst/
.config/dunst/dunstrc
.config/newsboat/urls
.config/spicetify/Backup/*
.config/youtube-viewer/api.json
# Exclude most firefox files and directories
.mozilla/*
# Exclute wallpapers, for copyright reasons
Pictures/Wallpapers/*
# Excluded scripts
Scripts/__pycache__/*
Scripts/cron/*
# Other excluded
./local/*
# Include some dotfiles in home directory
!.gitconfig
!.p10k.zsh
!.xinitrc
!.vimrc
!.zshrc
# Include some config files
!.config/
!.config/compton.conf
!.config/i3/
!.config/i3/config
!.config/newsboat/
!.config/newsboat/config
!.config/polybar/
!.config/polybar/config
!.config/polybar/scripts/
!.config/polybar/scripts/*
!.config/ranger/
!.config/redshift/
!.config/rofi/config
!.config/spicetify/
!.config/spicetify/*
!.config/spicetify/config.ini
!.config/spicetify/Themes/
!.config/spicetify/Themes/wal
!.config/spicetify/Themes/wal/*
!.config/st/
!.config/youtube-viewer/youtube-viewer.conf
# Included todo.sh extensions
!.todo.actions.d/
.todo.actions.d/remote
# Include scripts
!Scripts/
!Scripts/todo/
!Scripts/keycolors