-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitignore
62 lines (52 loc) · 797 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
55
56
57
58
59
60
61
62
## OS
*~
*.lock
*.DS_Store
*.DS_Store?
*.localized
*.swp
*.out
Thumbs.db
composer.phar
Desktop.ini
desktop.ini
._*
ehthumbs.db
.Spotlight-V100
.Trashes
## For quick testing, create any directory with ~ in front of it,
## and it will be ignored.
~*/
## IDEs
.idea/
.idea_modules/
nbproject/
## Vagrant
.vagrant/
## Composer
vendor/
home/.config/composer/.htaccess
home/.config/composer/keys*
## Node
node_modules/
bower_components/
## Vim
.vim/.netrwhist
.vim/.viminfo
.vim/.vimtags
## ctags
tags
## Weechat
home/.config/weechat/irc.conf
home/.config/weechat/*.log
home/.config/weechat/logs/*
home/.config/weechat/*.upgrade
home/.config/weechat/weechat_fifo*
## Rclone
home/.config/rclone/rclone.conf
# Miscellaneous dotfiles
.bash_history
.extra
.gitconfig.local
.rclone.conf
linus.yaml