|
3 | 3 |
|
4 | 4 | * text=auto eol=lf |
5 | 5 |
|
6 | | -*.md linguist-detectable linguist-language=Markdown |
7 | | -*.yaml linguist-detectable linguist-language=YAML |
8 | | -*.yml linguist-detectable linguist-language=YAML |
| 6 | +*.md linguist-detectable=true linguist-language=Markdown |
| 7 | +*.yaml linguist-detectable=true linguist-language=YAML |
| 8 | +*.yml linguist-detectable=true linguist-language=YAML |
9 | 9 |
|
10 | 10 | # primary files |
11 | | -src/**/*.yaml linguist-detectable linguist-language=YAML |
12 | | -src/pakchunk0-PLATFORM.pak/Holiday/Content/Localization/Game/Game.locres.yaml linguist-detectable linguist-language=YAML |
13 | | -src/pakchunk0-PLATFORM.pak/Holiday/Content/NonAssets/ETP/ETP.yaml linguist-detectable linguist-language=YAML |
| 11 | +src/**/*.yaml linguist-detectable=true linguist-language=YAML |
| 12 | +src/pakchunk0-PLATFORM.pak/Holiday/Content/Localization/Game/Game.locres.yaml linguist-detectable=true linguist-language=YAML |
| 13 | +src/pakchunk0-PLATFORM.pak/Holiday/Content/NonAssets/ETP/ETP.yaml linguist-detectable=true linguist-language=YAML |
14 | 14 |
|
15 | | -Steam/**/pakchunk0-WindowsNoEditor.pak/Game/Content/Localization/Game/Game.locres.yaml linguist-detectable linguist-language=YAML |
16 | | -Steam/**/pakchunk0-WindowsNoEditor.pak/Game/Content/NonAssets/ETP/ETP.yaml linguist-detectable linguist-language=YAML |
| 15 | +Steam/**/pakchunk0-WindowsNoEditor.pak/Game/Content/Localization/Game/Game.locres.yaml linguist-detectable=true linguist-language=YAML |
| 16 | +Steam/**/pakchunk0-WindowsNoEditor.pak/Game/Content/NonAssets/ETP/ETP.yaml linguist-detectable=true linguist-language=YAML |
17 | 17 |
|
18 | | -tools/cryptokeys.json linguist-detectable linguist-language=JSON |
19 | | -tools/pack_etp--KwK.py linguist-detectable linguist-language=Python |
20 | | -tools/Platforms/** -linguist-detectable |
| 18 | +tools/cryptokeys.json linguist-detectable=true linguist-language=JSON |
| 19 | +tools/pack_etp--KwK.py linguist-detectable=true linguist-language=Python |
| 20 | +tools/Platforms/** linguist-detectable=false |
21 | 21 |
|
22 | | -UE4Editor/Holiday/Source/Holiday.Target.cs -linguist-detectable |
23 | | -UE4Editor/Holiday/Source/Holiday/Holiday.Build.cs -linguist-detectable |
24 | | -UE4Editor/Holiday/Source/HolidayEditor.Target.cs -linguist-detectable |
| 22 | +src/UE4Editor/Holiday/Source/Holiday.Target.cs linguist-detectable=false |
| 23 | +src/UE4Editor/Holiday/Source/Holiday/Holiday.Build.cs linguist-detectable=false |
| 24 | +src/UE4Editor/Holiday/Source/HolidayEditor.Target.cs linguist-detectable=false |
| 25 | + |
| 26 | +# Notes |
| 27 | +# 1MB filesize limit https://github.com/github-linguist/linguist/blob/c1c34e5260797b4d598f5ec76f19723bfc5a1894/lib/linguist/blob_helper.rb#L191-L193 |
0 commit comments