-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitignore
105 lines (96 loc) · 1.68 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
*
!.config/
!.config/alacritty/
!.config/alacritty/**/*
!.config/broot
!.config/broot/**/*
!.config/iterm/
!.config/iterm/**/*
!.config/kitty/
!.config/kitty/**/*
!.config/nvim/
!.config/nvim/**/*
!.config/pet/
!.config/pet/**/*
!.config/starship.toml
!.config/tmux/
!.config/tmux/**/*
!.config/blink/
!.config/blink/**/*
!.git_template/
!.git_template/**/*
!.gnupg/
!.gnupg/gpg-agent.conf
!.gnupg/gpg.conf
!.vim/
!.vim/spell/
!.vim/spell/*.add
!bash_completion.d/
!bash_completion.d/**/*
!bin/
!bin/subl
!bin/ripper-tags-ctags.sh
!bin/fuzzy_muxed
!.rbenv/
!.rbenv/default-gems
!.vim/
!.vim/after/
!.vim/after/plugin/
!.vim/after/plugin/abolish.vim
!.cargo/
!.cargo/config
!themer-theme/
!themer-theme/**/*
!scripts/
!scripts/install_from_cargo.sh
!scripts/sort_cargofile.sh
!scripts/install_rbenv_plugins.sh
!scripts/initial_setup.sh
!scripts/setup.sh
!pub/
!pub/**/*
!.muxed/
!.muxed/dotfiles.yml
!.muxed/.template.yml
!.config/
!.config/yarn/
!.config/yarn/global/
!.config/yarn/global/package.json
!.aliases
!.bash_profile
!.bash_prompt
!.bashrc
!.bash-preexec.sh
!.editorconfig
!.exports
!.functions
!.gitattributes
!.gitconfig
!.gitignore
!.gitignore.global
!.hushlogin
!.ignore
!.inputrc
!.node-version
!.notags
!.pryrc
!.railsrc
!.rspec
!.rspec_helper.rb
!.ruby-version
!.tmux.conf
!.vimrc
!.vale.ini
!Brewfile
!Cargofile
!LICENSE.txt
!README.md
# !Library/
# !Library/Application\ Support/
# !Library/Application\ Support/Code/
# !Library/Application\ Support/Code/User/
# !Library/Application\ Support/Code/User/settings.json
# We DO want to ignore the plugged directories, since they contain other git repos and is used for vim plugin management
.config/nvim/plugged/
.config/nvim/plugged/**
**/.DS_Store