forked from pyslackers/sir-bot-a-lot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
132 lines (118 loc) · 1.93 KB
/
.gitattributes
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
# Auto detect text files and perform LF normalization
* -text
* whitespace=cr-at-eol
# binaries
*.7z binary
*.eps binary
*.fla binary
*.flv binary
*.gif binary
*.gz binary
*.ico binary
*.jpeg binary
*.jpg binary
*.mov binary
*.mp3 binary
*.mp4 binary
*.png binary
*.pyc binary
*.svg binary
*.swf binary
*.tif binary
*.tiff binary
*.ttf binary
*.zip binary
# build config
*.bowerrc text
*.npmignore text
# code analysis config
.csslintrc text
.eslintrc text
.jscsrc text
.jshintignore text
.jshintrc text
.stylelintrc text
# Custom for Visual Studio
*.cs diff=csharp
*.sln merge=union
*.csproj merge=union
*.vbproj merge=union
*.fsproj merge=union
*.dbproj merge=union
# Documentation
*.md text
LICENSE text
AUTHORS text
# Documents
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.PDF diff=astextplain
*.pdf diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
# git config
.gitattributes text
.gitignore text
.gitconfig text
# misc config
.editorconfig text
*.toml text
*.yaml text
*.yml text
# server config
.htaccess text
# source code
*.adoc text
*.bat text
*.coffee text
*.css text
*.csv text
*.htm text
*.html text
*.inc text
*.ini text
*.js text
*.json text
*.less text
*.mustache text
*.php text
*.pl text
*.rb text
*.sass text
*.scm text
*.scss text
*.sh text
*.sql text
*.styl text
*.svg text
*.ts text
*.tsv text
*.txt text
*.xml text
# templates
*.dot text
*.ejs text
*.haml text
*.hbs text
*.hbt text
*.jade text
*.latte text
*.phtml text
*.tmpl text
# Python
*.pxd text
*.py text
*.py3 text
*.pyw text
*.pyx text
# Python Binary
*.db binary
*.p binary
*.pkl binary
*.pyc binary
*.pyd binary
*.pyo binary