增加ignore忽略

This commit is contained in:
syruan 2026-01-07 16:39:49 +08:00
parent 0010505e18
commit 374bb60d99
2 changed files with 14 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
/.idea/
/logs/
/D:/
/target/

10
gz_car_info.iml Normal file
View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<module version="4">
<component name="AdditionalModuleElements">
<content url="file://$MODULE_DIR$" dumb="true">
<excludeFolder url="file://$MODULE_DIR$/.idea/dataSources" />
<excludeFolder url="file://$MODULE_DIR$/D:" />
<excludeFolder url="file://$MODULE_DIR$/logs" />
</content>
</component>
</module>