This repository has been archived by the owner on Nov 14, 2023. It is now read-only.
generated from seanpm2001/Template_Journaling_V6
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitattributes
67 lines (67 loc) · 2.46 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
# 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 (duplicate, as it is already detected)
*.htm linguist-detectable=true
*.htm linguist-documentation=false
*.html linguist-detectable=true
*.html linguist-documentation=false
# JavaScript (duplicate, as it is already detected)
*.js linguist-detectable=true
*.js linguist-documentation=false
# Makefile (GNU Make)
*.mk linguist-detectable=false
*.mk linguist-documentation=false
# Shell (duplicate, as it is already detected)
*.sh linguist-detectable=true
*.sh linguist-documentation=false
# YAML
*.yml linguist-detectable=false
*.yml linguist-documentation=false
*.yaml linguist-detectable=false
*.yaml linguist-documentation=false
# ReStructuredText
*.rst linguist-detectable=true
*.rst linguist-documentation=false
# WebVTT
*.vtt linguist-detectable=true
*.vtt linguist-documentation=false
# SVG
# Experimental
*.svg linguist-detectable=false
*.svg linguist-documentation=false
# JSON
# Experimental
*.json linguist-detectable=true
*.json linguist-documentation=false
# Subtitles (SubRip Text)
*.srt linguist-detectable=true
*.srt linguist-documentation=false
# INI
# Experimental, I may have to turn this off
*.ini linguist-detectable=true
*.ini linguist-documentation=false
# WikiText (MediaWiki)
# Do not include, as it would become a dominant language that shouldn't be the language people refer this project to
*.wiki linguist-detectable=false
*.wiki linguist-documentation=false
# XML
# Do not include, as it would become a dominant language that shouldn't be the language people refer this project to
*.xml linguist-detectable=false
*.xml linguist-documentation=false
*.xspf linguist-detectable=false
*.xspf 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
# End of linguist script
# File info
# File type: .gitattributes file (*.gitattributes)
# File version: 2 (Sunday, 2021 August 22nd at 9:38 pm)
# Line count (including blank lines and compiler line): 68
# End of script