清理 IntelliJ IDEA 模块文件和更新 .gitignore

This commit is contained in:
zeaslity
2025-03-12 11:32:12 +08:00
parent c77644c781
commit 1eef1c7278
5 changed files with 11 additions and 1 deletions

3
.gitignore vendored
View File

@@ -10,10 +10,11 @@ docs
build build
*.iml
*.ps1 *.ps1
*.sh *.sh
*.md *.md
.cursor/rules

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="Go" enabled="true" />
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$/cmii-uav-watchdog-otp" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>