forked from pc2ccs/pc2v9
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
59 lines (58 loc) · 934 Bytes
/
.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
*.java text
*.html text
*.php text
*.xml text
bin/pc2[a-z]* text
*.bat text eol=crlf
*.ini text
*.py text
*.md text
*.prefs text
*.xsl text
*.properties text
VERSION text
*.txt text
*.TXT text
README text
*.spec text
*.c text
*.sh text
*.js text
*.cpp text
*.css text
*.ts text
*.scss text
*.json text
*.dtd text
*.csv text
.project text
.classpath text
.gitignore text
.gitattributes text
build.number text
testdata/** -text
samps/** -text
*.JPG binary
*.doc binary
*.docx binary
*.eot binary
*.exe binary
*.gif binary
*.gz binary
*.ico binary
*.jar binary
*.jar binary
*.jpeg binary
*.jpg binary
*.pdf binary
*.png binary
*.ppt binary
*.pptx binary
*.svg binary
*.tff binary
*.tiff binary
*.woff binary
*.woff2 binary
*.xls binary
*.xlsl binary
*.zip binary