.github/workflows/*.lock.yml linguist-generated=true merge=ours # VTank file-compatibility fixtures (Campaign VT slice 1, Part A): these are # real VTank .usd/.ast/.utl profiles and real metaf .af/.met/.nav samples # whose exact CRLF-vs-LF byte layout is asserted by round-trip tests # (VtankSettingsProfileSerializerTests, MetafSerializerTests). `-text` # disables git's line-ending normalization entirely so a checkout on any OS # or core.autocrlf setting reproduces the committed bytes exactly. tests/AcDream.Plugins.MossTank.Tests/Fixtures/vtank/**/*.usd -text tests/AcDream.Plugins.MossTank.Tests/Fixtures/vtank/**/*.ast -text tests/AcDream.Plugins.MossTank.Tests/Fixtures/vtank/**/*.utl -text tests/AcDream.Plugins.MossTank.Tests/Fixtures/vtank/**/*.af -text tests/AcDream.Plugins.MossTank.Tests/Fixtures/vtank/**/*.met -text tests/AcDream.Plugins.MossTank.Tests/Fixtures/vtank/**/*.nav -text