first commit

This commit is contained in:
zeaslity
2025-03-12 09:27:35 +08:00
commit dd144f2474
28 changed files with 1155 additions and 0 deletions

8
.idea/.gitignore generated vendored Normal file
View File

@@ -0,0 +1,8 @@
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml

6
.idea/misc.xml generated Normal file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager">
<output url="file://$PROJECT_DIR$/out" />
</component>
</project>

8
.idea/modules.xml generated Normal file
View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/cmii-uav-watchdog.iml" filepath="$PROJECT_DIR$/cmii-uav-watchdog.iml" />
</modules>
</component>
</project>

17
.idea/remote-targets.xml generated Normal file
View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="RemoteTargetsManager">
<targets>
<target name="wdd-dev-35.70" type="ssh/sftp" uuid="b5c4b741-dd6b-4d58-819b-42e3f5b7c308">
<config>
<option name="projectRootOnTarget" value="/root/wdd/cmii-uav-watchdog" />
<option name="serverName" value="wdd-dev-35.70" />
<option name="useRsync" value="true" />
</config>
<ContributedStateBase type="BashSupportLanguageRuntime">
<config />
</ContributedStateBase>
</target>
</targets>
</component>
</project>

6
.idea/vcs.xml generated Normal file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>