|
| 1 | +# Start of script |
| 2 | +# .gitattributes |
| 3 | +# 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. |
| 4 | +# 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 |
| 5 | +# .gitattributes |
| 6 | +# and nothing else, no characters before, no characters after |
| 7 | +# Start of linguist script |
| 8 | +# HTML (HyperText Markup Language) |
| 9 | +*.htm linguist-detectable=false |
| 10 | +*.htm linguist-documentation=false |
| 11 | +*.htm linguist-language=HTML |
| 12 | +*.html linguist-detectable=false |
| 13 | +*.html linguist-documentation=false |
| 14 | +*.html linguist-language=HTML |
| 15 | +*.mhtm linguist-detectable=false |
| 16 | +*.mhtm linguist-documentation=false |
| 17 | +*.mhtm linguist-language=HTML |
| 18 | +*.mhtml linguist-detectable=false |
| 19 | +*.mhtml linguist-documentation=false |
| 20 | +*.mhtm linguist-language=HTML |
| 21 | +*.xhtm linguist-detectable=false |
| 22 | +*.xhtm linguist-documentation=false |
| 23 | +*.xhtm linguist-language=HTML |
| 24 | +*.xhtml linguist-detectable=false |
| 25 | +*.xhtml linguist-documentation=false |
| 26 | +*.xhtm linguist-language=HTML |
| 27 | +# Objective-C |
| 28 | +*.m linguist-detectable=true |
| 29 | +*.m linguist-documentation=false |
| 30 | +*.m linguist-language=Objective-C |
| 31 | +# Objective-C++ |
| 32 | +# Currently not planned to be used on this project |
| 33 | +*.mm linguist-detectable=true |
| 34 | +*.mm linguist-documentation=false |
| 35 | +*.mm linguist-language=Objective-C++ |
| 36 | +# AppleScript |
| 37 | +*.applescript linguist-detectable=true |
| 38 | +*.applescript linguist-documentation=false |
| 39 | +*.applescript linguist-language=AppleScript |
| 40 | +*.scpt linguist-detectable=true |
| 41 | +*.scpt linguist-documentation=false |
| 42 | +*.scpt linguist-language=AppleScript |
| 43 | +*.scptd linguist-detectable=true |
| 44 | +*.scptd linguist-documentation=false |
| 45 | +*.scptd linguist-language=AppleScript |
| 46 | +# Metal |
| 47 | +*.metal linguist-detectable=true |
| 48 | +*.metal linguist-documentation=false |
| 49 | +*.metal linguist-language=Metal |
| 50 | +# Pascal |
| 51 | +*.pas linguist-detectable=true |
| 52 | +*.pas linguist-documentation=false |
| 53 | +*.pas linguist-language=Pascal |
| 54 | +# Swift |
| 55 | +*.swift linguist-detectable=true |
| 56 | +*.swift linguist-documentation=false |
| 57 | +*.swift linguist-language=Swift |
| 58 | +# PostScript |
| 59 | +*.ps linguist-detectable=true |
| 60 | +*.ps linguist-documentation=false |
| 61 | +*.ps linguist-language=PostScript |
| 62 | +# C |
| 63 | +*.c linguist-detectable=true |
| 64 | +*.c linguist-documentation=false |
| 65 | +*.c linguist-language=C |
| 66 | +*.h linguist-detectable=true |
| 67 | +*.h linguist-documentation=false |
| 68 | +*.h linguist-language=C |
| 69 | +# Makefile (GNU Make) |
| 70 | +*.mk linguist-detectable=false |
| 71 | +*.mk linguist-documentation=false |
| 72 | +*.mk linguist-language=Makefile |
| 73 | +*.mak linguist-detectable=false |
| 74 | +*.mak linguist-documentation=false |
| 75 | +*.mak linguist-language=Makefile |
| 76 | +*.make linguist-detectable=false |
| 77 | +*.make linguist-documentation=false |
| 78 | +*.make linguist-language=Makefile |
| 79 | +*.makefile linguist-detectable=false |
| 80 | +*.makefile linguist-documentation=false |
| 81 | +*.makefile linguist-language=Makefile |
| 82 | +# YAML |
| 83 | +*.yml linguist-detectable=false |
| 84 | +*.yml linguist-documentation=false |
| 85 | +*.yml linguist-language=YAML |
| 86 | +*.yaml linguist-detectable=false |
| 87 | +*.yaml linguist-documentation=false |
| 88 | +*.yaml linguist-language=YAML |
| 89 | +# ReStructuredText |
| 90 | +*.rst linguist-detectable=true |
| 91 | +*.rst linguist-documentation=false |
| 92 | +*.rst linguist-language=reStructuredText |
| 93 | +# LaTeX/BibTeX |
| 94 | +*.tex linguist-detectable=true |
| 95 | +*.tex linguist-documentation=false |
| 96 | +*.tex linguist-language=TeX |
| 97 | +*.bib linguist-detectable=true |
| 98 | +*.bib linguist-documentation=false |
| 99 | +*.bib linguist-language=BibTeX |
| 100 | +# SVG |
| 101 | +*.svg linguist-detectable=false |
| 102 | +*.svg linguist-documentation=false |
| 103 | +*.svg linguist-language=SVG |
| 104 | +# JSON |
| 105 | +*.json linguist-detectable=false |
| 106 | +*.json linguist-documentation=false |
| 107 | +*.json linguist-language=JSON |
| 108 | +# INI |
| 109 | +*.ini linguist-detectable=false |
| 110 | +*.ini linguist-documentation=false |
| 111 | +*.ini linguist-language=INI |
| 112 | +# Assembly (x86) |
| 113 | +*.asm linguist-detectable=true |
| 114 | +*.asm linguist-documentation=false |
| 115 | +*.asm linguist-language=Assembly |
| 116 | +# Roff |
| 117 | +*.0 linguist-detectable=false |
| 118 | +*.0 linguist-documentation=false |
| 119 | +*.0 linguist-language=Roff |
| 120 | +*.1 linguist-detectable=false |
| 121 | +*.1 linguist-documentation=false |
| 122 | +*.1 linguist-language=Roff |
| 123 | +*.2 linguist-detectable=false |
| 124 | +*.2 linguist-documentation=false |
| 125 | +*.2 linguist-language=Roff |
| 126 | +*.3 linguist-detectable=false |
| 127 | +*.3 linguist-documentation=false |
| 128 | +*.3 linguist-language=Roff |
| 129 | +# Markdown |
| 130 | +# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other" |
| 131 | +*.md linguist-detectable=false |
| 132 | +*.md linguist-documentation=false |
| 133 | +*.md linguist-language=Markdown |
| 134 | +*.mkd linguist-detectable=false |
| 135 | +*.mkd linguist-documentation=false |
| 136 | +*.mkd linguist-language=Markdown |
| 137 | +*.mdown linguist-detectable=false |
| 138 | +*.mdown linguist-documentation=false |
| 139 | +*.mdown linguist-language=Markdown |
| 140 | +*.markdown linguist-detectable=false |
| 141 | +*.markdown linguist-documentation=false |
| 142 | +*.markdown linguist-language=Markdown |
| 143 | +# End of linguist script |
| 144 | +# File info |
| 145 | +# File type: Gitattributes file (*.gitattributes) |
| 146 | +# File version: 4 (2022, Monday, June 13th at 4:25 pm PST) |
| 147 | +# Line count (including blank lines and compiler line): 149 |
| 148 | +# End of script |
0 commit comments