generated from seanpm2001/Git-Template_V8
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitattributes
118 lines (118 loc) · 4.54 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
# 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) document
*.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
# HTA (HTML Application) file
*.hta linguist-detectable=true
*.hta linguist-documentation=false
# CSS (Cascade Styling Sheets) stylesheet file
*.css linguist-detectable=true
*.css linguist-documentation=false
# Less stylesheet file
*.less linguist-detectable=true
*.less linguist-documentation=false
# QML (QT Modeling Language) source file
*.qml linguist-detectable=true
*.qml linguist-documentation=false
# JS (JavaScript) source file
*.js linguist-detectable=true
*.js linguist-documentation=false
# JSON (JavaScript Object Notation) source file
*.json linguist-detectable=true
*.json linguist-documentation=false
# PHP (PHP HyperText Preprocessor) source file
*.php linguist-detectable=true
*.php linguist-documentation=false
# Pug source file
*.pug linguist-detectable=true
*.pug linguist-documentation=false
# Python source file
*.py linguist-detectable=true
*.py linguist-documentation=false
# Mustache source file
*.mustache linguist-detectable=true
*.mustache linguist-documentation=false
# Handlebars source file
*.handlebars linguist-detectable=true
*.handlebars linguist-documentation=false
*.hbs linguist-detectable=true
*.hbs linguist-documentation=false
# WebVTT subtitle file
*.vtt linguist-detectable=true
*.vtt linguist-documentation=false
# SubRip subtitle file
*.srt linguist-detectable=true
*.srt linguist-documentation=false
# Ruby source file
*.rb linguist-detectable=true
*.rb linguist-documentation=false
*.rake linguist-detectable=true
*.rake linguist-documentation=false
*.rakefile linguist-detectable=true
*.rakefile linguist-documentation=false
*gemfile linguist-detectable=true
*gemfile linguist-documentation=false
# YAML (YAML Ain't Markup Language) document
# Do not include, as it would become a dominant language that shouldn't be the language people refer this project to
*.yml linguist-detectable=false
*.yml linguist-documentation=false
*.yaml linguist-detectable=false
*.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)
# Do not include, as it is not needed to be shown
*.mk linguist-detectable=false
*.mk linguist-documentation=false
*.mak linguist-detectable=false
*.mak linguist-documentation=false
*.make linguist-detectable=false
*.make linguist-documentation=false
*.makefile linguist-detectable=false
*.makefile linguist-documentation=false
# SVG (Scalable Vector Graphics) image file
# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
*.svg linguist-detectable=false
*.svg linguist-documentation=false
# Git Configuration files
# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
*.gitattributes linguist-detectable=false
*.gitattributes linguist-documentation=false
*.gitignore linguist-detectable=false
*.gitignore linguist-documentation=false
*.editorconfig linguist-detectable=false
*.editorconfig linguist-documentation=false
# Plain Text document
# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other"
*.txt linguist-detectable=false
*.txt linguist-documentation=false
# End of linguist script
# File info
# File type: gitattributes file (.gitattributes)
# File version: 3 (Monday, 2021 November 29th at 3:14 pm)
# Line count (including blank lines and compiler line): 119
# End of script