git init git checkout -b main git add README.md git commit -m "first commit" git remote add origin ssh://git@gitea.qutrobot.top:222/yunhai/Infantry.git git push -u origin main
10 lines
330 B
XML
10 lines
330 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<component_viewer schemaVersion="0.1" xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="Component_Viewer.xsd">
|
|
|
|
<component name="EventRecorderStub" version="1.0.0"/> <!--name and version of the component-->
|
|
<events>
|
|
</events>
|
|
|
|
</component_viewer>
|