-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
54 lines (47 loc) · 892 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
51
52
53
54
.netrwhist
vim/.vim/bundle/*
!vim/.vim/bundle/Vundle.vim
zsh/.oh-my-zsh/cache/*
/scripts/vagrant-locator/vendor
### Vim ###
# folder
/vim/.vim/view
# swap
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
# session
Session.vim
# temporary
.netrwhist
*~
# auto-generated tag files
tags
### IDE ###
.idea
.vscode
### .config ###
/.config/google-chrome
/.config/pulse
/.config/dconf
/.config/menus
/.config/gtk-3.0/bookmarks
/.config/yarn
/.config/configstore/bower-github.yml
/.config/configstore/insight-bower.json
/.config/configstore/update-notifier-bower.yml
### Composer ###
/.config/composer/vendor/
/.config/composer/.htaccess
/.config/composer/composer.lock
/.config/composer/keys.*
/.config/composer/auth.json
### thefuck ###
/.config/thefuck/__pycache__
/.config/thefuck/rules
### Ranger ###
/.config/ranger/bookmarks
/.config/ranger/history
/.config/ranger/tagged
### OSX ###
.DS_Store
.env