mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-08 13:11:49 +00:00
14 lines
No EOL
422 B
Text
14 lines
No EOL
422 B
Text
config_templates/hbl_html/accessible-urls/accessible-urls.txt text eol=lf
|
|
|
|
# Mark C++ "include" files as C++
|
|
*.inc linguist-language=C++
|
|
|
|
# Mark RapidJSON include as vendored
|
|
libraries/include/stratosphere/rapidjson/** linguist-vendored
|
|
|
|
# Mark emummc as vendored
|
|
emummc/** linguist-vendored
|
|
|
|
# Mark fatfs as vendored
|
|
exosphere/mariko_fatal/source/fatfs/** linguist-vendored
|
|
fusee/program/source/fatfs/** linguist-vendored |