-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
29 lines (26 loc) · 1020 Bytes
/
Copy path.gitignore
File metadata and controls
29 lines (26 loc) · 1020 Bytes
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
# ============================================================
# Zsh — plugin dirs cloned by setup.sh, runtime files
# ============================================================
config/zsh/zsh-autosuggestions/
config/zsh/zsh-syntax-highlighting/
config/zsh/zsh-history-substring-search/
config/zsh/.zsh_history
config/zsh/.zcompdump*
config/zsh/.zsh_sessions/
# ============================================================
# Vim — plugin data and runtime artefacts
# ============================================================
config/vim/plugged/
config/vim/.netrwhist
config/vim/coc-settings.json
# plug.vim is auto-installed by vimrc on first launch
config/vim/autoload/plug.vim
# ============================================================
# coc.nvim data directory
# ============================================================
config/coc/
# ============================================================
# Secrets — never commit
# ============================================================
*.env
.env*