-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
40 lines (33 loc) · 1.66 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
# ======================================================================#
#
#
# ██████╗ ██╗████████╗██╗ ██████╗ ███╗ ██╗ ██████╗ ██████╗ ███████╗
# ██╔════╝ ██║╚══██╔══╝██║██╔════╝ ████╗ ██║██╔═══██╗██╔══██╗██╔════╝
# ██║ ███╗██║ ██║ ██║██║ ███╗██╔██╗ ██║██║ ██║██████╔╝█████╗
# ██║ ██║██║ ██║ ██║██║ ██║██║╚██╗██║██║ ██║██╔══██╗██╔══╝
# ╚██████╔╝██║ ██║ ██║╚██████╔╝██║ ╚████║╚██████╔╝██║ ██║███████╗
# ╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═══╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝
#
#
# ======================================================================#
# cmus
!config/cmus/autosave
config/cmus/*
# nvim
config/nvim/plugins/installed/*
# obsidian
config/obsidian/plugins/*
config/obsidian/themes/*
config/obsidian/workspace.json
# tmux
!config/tmux/plugins/tmux/dracula.tmux
!config/tmux/plugins/tmux/scripts
config/tmux/plugins/tmux/
# vencord
config/vencord/dist
# zsh
config/zsh/.histfile
config/zsh/zsh-autosuggestions/*
config/zsh/zsh-syntax-highlighting/*
# experiments
*/_experiments