-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
49 lines (39 loc) · 925 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
# https://qiita.com/Hi-king/items/a8485557095692f1bf13
## .gitignore ##
# ignore all
*
!*/
nvim/.config/dein/.cache/
nvim/.config/dein/repos/
# allow
!.gitignore
!.gitkeep
!Makefile
!README.md
!*/bin/*.sh
!install.sh
!bash/.bash_aliases
!bash/.bash_profile
!bash/.bashrc
!zsh/.zprofile
!zsh/.zsh_aliases
!zsh/.zshrc
!zsh/.config/zsh/tmux.zsh
!zsh/.config/spaceship-prompt/spaceship.zsh
!fish/.config/fish/config.fish
!fish/.config/fish/functions/*.fish
!git/.config/git/commit_template
!git/.config/git/config
!git/.config/git/ignore
!nvim/.config/nvim/init.vim
!nvim/.config/nvim/toml/dein.toml
!nvim/.config/nvim/toml/nerdtree.toml
!nvim/.config/nvim/toml/vim-lsp.toml
!nvim/.config/nvim/spell/en.utf-8.add
!tmux/.tmux.conf
!tmux/.config/tmux/*.sh
!mac/iterm2/com.googlecode.iterm2.plist
!mac/jetbrains/Monokai Sublime Text 3.jar
!mac/vscode/extensions.list
!mac/vscode/keybindings.json
!mac/vscode/settings.json