-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
99 lines (77 loc) · 1.18 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
# Ignore everything in the root except the specified files
/*
!/.azure
/.azure/*
!/.azure/alias
!/.azure/config
!/.azure-shell
/.azure-shell/*
!/.azure-shell/shell-config
!/.bash
!/.bash_completion
!/.bash_logout
!/.bash_profile
!/.bashrc
!/.bashrc_remote
!/.bin
/.bin/local/*
!/.cache
/.cache/*
!/.config/
/.config/*
!/.config/composer/
/.config/composer/*
!/.config/composer/config.json
!/.dotfiles
!/.digrc
!/.drush
/.drush/cache
!/.elinks
/.elinks/*
!/.elinks/elinks.conf
!/.gitconfig
!/.github
!/.gitignore
!/.gnupg
/.gnupg/*
!/.gnupg/gpg-agent.conf
!/.grip
/.grip/cache*
/.grip/settings-local.py
!/.hidden
!/.hushlogin
!/.inputrc
!/.local
/.local/*
!/.local/share/
/.local/share/*
!/.local/share/bash-completion/
/.local/share/bash-completion/*
!/.local/share/bash-completion/completions/
!/.local/share/man/
!/.minttyrc
!/.multipass
!/.new/
!/.pam_environment
!/.ref/
!/.ssh
/.ssh/*
!/.ssh/config
!/.ssh/d13r.pub
!/.ssh/mi-dave.pub
/.ssh/google_compute_engine.pub
/.ssh/id_rsa.pub
!/.sudo_as_admin_successful
!/.sqliterc
!/.templates/
!/.tmux.conf
!/.tmux_cheatsheet
!/.vim
/.vim/autoload/plug.vim.old
/.vim/plugged/
!/.vimrc
!/.Xmodmap
.ea-php-cli.cache
.nfs*
*.pyc
!.gitkeep