generated from seanpm2001/Template_Journaling_V4
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitattributes
49 lines (49 loc) · 1.73 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
# 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
# Ruby (duplicate)
*.rb linguist-detectable=true
*.rb linguist-documentation=false
# Perl (duplicate)
*.pl linguist-detectable=true
*.pl linguist-documentation=false
# Scala (duplicate)
*.scala linguist-detectable=true
*.scala linguist-documentation=false
# Shell (duplicate)
*.sh linguist-detectable=true
*.sh linguist-documentation=false
# Swift (duplicate)
*.swift linguist-detectable=true
*.swift linguist-documentation=false
# PowerShell (duplicate)
*.ps1 linguist-detectable=true
*.ps1 linguist-documentation=false
# YAML
*.yml linguist-detectable=false
*.yml linguist-documentation=false
*.yaml linguist-detectable=false
*.yaml linguist-documentation=false
# ReStructuredText
*.rst linguist-detectable=false
*.rst linguist-documentation=false
# WebVTT
*.vtt linguist-detectable=false
*.vtt linguist-documentation=false
# WikiText (MediaWiki)
*.wiki linguist-detectable=false
*.wiki 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
# File version: 1 (Friday, August 20th 2021 at 9:02 pm)
# Line count (including blank lines and compiler line): 50
# End of script