forked from OWASP/crAPI
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
Latest commit
84 lines (74 loc) · 1.71 KB
/
Copy path.gitattributes
File metadata and controls
84 lines (74 loc) · 1.71 KB
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
# https://github.com/Danimoth/gitattributes
# Common settings that generally should always be used with your language specific settings
# Auto detect text files and perform LF normalization
*text=auto
#
# The above will handle all files NOT found below
#
# Documents
*.bibtextextdiff=bibtex
*.docdiff=astextplain
*.DOCdiff=astextplain
*.docxdiff=astextplain
*.DOCXdiff=astextplain
*.dotdiff=astextplain
*.DOTdiff=astextplain
*.pdfdiff=astextplain
*.PDFdiff=astextplain
*.rtfdiff=astextplain
*.RTFdiff=astextplain
*.mdtextdiff=markdown
*.mdxtextdiff=markdown
*.textextdiff=tex
*.adoctext
*.textiletext
*.mustachetext
*.csvtext
*.tabtext
*.tsvtext
*.txttext
*.sqltext
*.epubdiff=astextplain
# Graphics
*.pngbinary
*.jpgbinary
*.jpegbinary
*.gifbinary
*.tifbinary
*.tiffbinary
*.icobinary
# SVG treated as text by default.
*.svgtext
# If you want to treat it as binary,
# use the following line instead.
# *.svg binary
*.epsbinary
# Scripts
*.bashtexteol=lf
*.fishtexteol=lf
*.shtexteol=lf
*.zshtexteol=lf
# These are explicitly windows files and should use crlf
*.battexteol=crlf
*.cmdtexteol=crlf
*.ps1texteol=crlf
# Serialisation
*.jsontext
*.tomltext
*.xmltext
*.yamltext
*.ymltext
# Archives
*.7zbinary
*.gzbinary
*.tarbinary
*.tgzbinary
*.zipbinary
# Text files where line endings should be preserved
*.patch-text
#
# Exclude files from exporting
#
.gitattributesexport-ignore
.gitignoreexport-ignore
.gitkeepexport-ignore