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# Git Global Ignore
# http://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration#idp16580400
# Vagrant
.vagrant
# Vim
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
*.un~
Session.vim
.netrwhist
*~
# SVN
.svn
# CVS
/CVS/*
*/CVS/*
.cvsignore
*/.cvsignore
# Editors
.vscode
# Mac
.DS_Store
Thumbs.db
# Development
*.o
*.pyc
*.class
.tmp
.idea
# asdf
.tools-versions
# Dreamhost
.dh-diag
favicon.gif