mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-12 02:01:02 +01:00
14 lines
422 B
Plaintext
14 lines
422 B
Plaintext
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 |