generated from seanpm2001/Git-Template_V8
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitattributes
152 lines (149 loc) ยท 4.97 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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
# Start of script
# .gitattributes
# This file defines what languages can show up in the GitHub linguist menu (the menu that tells you what percentage each language is using up on this project.
# Some non-programming languages must be included manually with this file. Want to create your own? Do something similar to what is done here, and name the file
# .gitattributes
# and nothing else, no characters before, no characters after
# Start of linguist script
# HTML (HyperText Markup Language)
*.htm linguist-detectable=true
*.htm linguist-documentation=false
*.htm linguist-language=HTML
*.html linguist-detectable=true
*.html linguist-documentation=false
*.html linguist-language=HTML
*.mhtm linguist-detectable=true
*.mhtm linguist-documentation=false
*.mhtm linguist-language=HTML
*.mhtml linguist-detectable=true
*.mhtml linguist-documentation=false
*.mhtm linguist-language=HTML
*.xhtm linguist-detectable=true
*.xhtm linguist-documentation=false
*.xhtm linguist-language=HTML
*.xhtml linguist-detectable=true
*.xhtml linguist-documentation=false
*.xhtm linguist-language=HTML
# Objective-C source file
*.m linguist-detectable=true
*.m linguist-documentation=false
*.m linguist-language=Objective-C
# Objective-C++ source file
# Currently not planned to be used on this project
*.mm linguist-detectable=true
*.mm linguist-documentation=false
*.mm linguist-language=Objective-C++
# AppleScript source file
*.applescript linguist-detectable=true
*.applescript linguist-documentation=false
*.applescript linguist-language=AppleScript
*.scpt linguist-detectable=true
*.scpt linguist-documentation=false
*.scpt linguist-language=AppleScript
*.scptd linguist-detectable=true
*.scptd linguist-documentation=false
*.scptd linguist-language=AppleScript
# Metal source file
*.metal linguist-detectable=true
*.metal linguist-documentation=false
*.metal linguist-language=Metal
# Pascal source file
*.pas linguist-detectable=true
*.pas linguist-documentation=false
*.pas linguist-language=Pascal
# Swift source file
*.swift linguist-detectable=true
*.swift linguist-documentation=false
*.swift linguist-language=Swift
# PostScript source file
*.ps linguist-detectable=true
*.ps linguist-documentation=false
*.ps linguist-language=PostScript
# C source file
*.c linguist-detectable=true
*.c linguist-documentation=false
*.c linguist-language=C
# C header source file
*.h linguist-detectable=true
*.h linguist-documentation=false
*.h linguist-language=C
# Makefile (GNU Make) source file
*.mk linguist-detectable=false
*.mk linguist-documentation=false
*.mk linguist-language=Makefile
*.mak linguist-detectable=false
*.mak linguist-documentation=false
*.mak linguist-language=Makefile
*.make linguist-detectable=false
*.make linguist-documentation=false
*.make linguist-language=Makefile
*.makefile linguist-detectable=false
*.makefile linguist-documentation=false
*.makefile linguist-language=Makefile
# YAML source file
*.yml linguist-detectable=false
*.yml linguist-documentation=false
*.yml linguist-language=YAML
*.yaml linguist-detectable=false
*.yaml linguist-documentation=false
*.yaml linguist-language=YAML
# ReStructuredText source file
*.rst linguist-detectable=true
*.rst linguist-documentation=false
*.rst linguist-language=reStructuredText
# LaTeX/BibTeX
*.tex linguist-detectable=true
*.tex linguist-documentation=false
*.tex linguist-language=TeX
*.bib linguist-detectable=true
*.bib linguist-documentation=false
*.bib linguist-language=BibTeX
# SVG source file
*.svg linguist-detectable=false
*.svg linguist-documentation=false
*.svg linguist-language=SVG
# JSON source file
*.json linguist-detectable=false
*.json linguist-documentation=false
*.json linguist-language=JSON
# INI source file
*.ini linguist-detectable=false
*.ini linguist-documentation=false
*.ini linguist-language=INI
# Assembly (x86) source file
*.asm linguist-detectable=true
*.asm linguist-documentation=false
*.asm linguist-language=Assembly
# Roff source file
*.0 linguist-detectable=false
*.0 linguist-documentation=false
*.0 linguist-language=Roff
*.1 linguist-detectable=false
*.1 linguist-documentation=false
*.1 linguist-language=Roff
*.2 linguist-detectable=false
*.2 linguist-documentation=false
*.2 linguist-language=Roff
*.3 linguist-detectable=false
*.3 linguist-documentation=false
*.3 linguist-language=Roff
# Markdown source file
# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
*.md linguist-detectable=false
*.md linguist-documentation=false
*.md linguist-language=Markdown
*.mkd linguist-detectable=false
*.mkd linguist-documentation=false
*.mkd linguist-language=Markdown
*.mdown linguist-detectable=false
*.mdown linguist-documentation=false
*.mdown linguist-language=Markdown
*.markdown linguist-detectable=false
*.markdown linguist-documentation=false
*.markdown linguist-language=Markdown
# End of linguist script
# File info
# File type: Gitattributes file (*.gitattributes)
# File version: 5 (2024, Monday, July 22nd at 09:50 pm PST)
# Line count (including blank lines and compiler line): 153
# End of script