generated from seanpm2001/Template_Other_V7
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitattributes
110 lines (110 loc) · 3.85 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
# 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
*.html linguist-detectable=true
*.html linguist-documentation=false
*.mhtm linguist-detectable=true
*.mhtm linguist-documentation=false
*.mhtml linguist-detectable=true
*.mhtml linguist-documentation=false
*.xhtm linguist-detectable=true
*.xhtm linguist-documentation=false
*.xhtml linguist-detectable=true
*.xhtml linguist-documentation=false
# CSS (Cascade Styling Sheets)
*.css linguist-detectable=true
*.css linguist-documentation=false
# LESS Stylesheet
*.less linguist-detectable=true
*.less linguist-documentation=false
# HandleBars
*.hbs linguist-detectable=true
*.hbs linguist-documentation=false
*.handlebars linguist-detectable=true
*.handlebars linguist-documentation=false
# Pug
*.pug linguist-detectable=true
*.pug linguist-documentation=false
# Mustache
*.mustache linguist-detectable=true
*.mustache linguist-documentation=false
# XML (eXtensible Markup Language)
*.xml linguist-detectable=true
*.xml linguist-documentation=false
# SVG (Scalable Vector Graphics)
# Do not include, as it would become a dominant language that shouldn't be the language people refer this project to
*.svg linguist-detectable=false
*.svg linguist-documentation=false
# Eiffel Source Code
*.e linguist-detectable=true
*.e linguist-documentation=false
# D Source Code
*.d linguist-detectable=true
*.d linguist-documentation=false
# XSPF playlist file
*.xspf linguist-detectable=true
*.xspf linguist-documentation=false
# Go!/Go source code
*.go linguist-detectable=true
*.go linguist-documentation=false
# C Source Code
*.c linguist-detectable=true
*.c linguist-documentation=false
# C++ Source Code
*.C linguist-detectable=true
*.C linguist-documentation=false
*.cc linguist-detectable=true
*.cc linguist-documentation=false
*.cpp linguist-detectable=true
*.cpp linguist-documentation=false
*.cxx linguist-detectable=true
*.c++ linguist-documentation=false
*.c++ linguist-detectable=true
*.cxx linguist-documentation=false
# ActionScript/AngelScript Source Code
*.as linguist-detectable=true
*.as linguist-documentation=false
# BSDL source code
*.bsd linguist-detectable=true
*.bsd linguist-documentation=false
*.bsdl linguist-detectable=true
*.bsdl linguist-documentation=false
# Plain Text
# Do not include, as it would become a dominant language that shouldn't be the language people refer this project to
*.txt linguist-detectable=false
*.txt linguist-documentation=false
# YAML (YAML Ain't Markup Language)
*.yml linguist-detectable=true
*.yml linguist-documentation=false
*.yaml linguist-detectable=true
*.yaml linguist-documentation=false
# Markdown
# 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
*.mkd linguist-detectable=false
*.mkd linguist-documentation=false
*.mdown linguist-detectable=false
*.mdown linguist-documentation=false
*.markdown linguist-detectable=false
*.markdown linguist-documentation=false
# Makefile (GNU Make)
*.mk linguist-detectable=true
*.mk linguist-documentation=false
*.mak linguist-detectable=true
*.mak linguist-documentation=false
*.make linguist-detectable=true
*.make linguist-documentation=false
# End of linguist script
# File info
# File type: gitattributes file (.gitattributes)
# File version: 3 (Friday, 2021 December 3rd at 3:34 pm)
# Line count (including blank lines and compiler line): 111
# End of script