-
Notifications
You must be signed in to change notification settings - Fork 23
/
.gitignore
50 lines (37 loc) · 811 Bytes
/
.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
# Local config
*.local
# zcompile'd files
*.zwc
*.zwc.old
.netrwhist
emacs-plugins/*
!emacs-plugins/.gitkeep
# Ignore Vim bundles
vim/bundle/
# Keep these folders...
!vim/backups/.gitkeep
!vim/undodir/.gitkeep
# ...but not their contents
vim/backups/*
vim/undodir/*
# Ignore the binary version because it will be automatically updated and
# reloaded when words are added with `zg`
vim/vim-spell-en.utf-8.add.spl
# Ignore old version of vim-plug (created by `:PlugUpgrade`)
plug.vim.old
# ASDF stores versions for all tools in this file
tool-versions
.vimrc.local
.vimrc.bundles.local
.tmux.conf.local
.gitconfig.local
Brewfile*.lock.json
/config/karabiner/automatic_backups
# Never commit node_modules in my dotfiles
node_modules/
package-lock.json
package.json
yarn.lock
*.part
*.mp4
tag-private/