feat: Exclude dataSources folder from backend module

This commit updates the .idea/backend-main.iml to exclude the `.idea/dataSources` folder, improving file organization and preventing unnecessary tracking.
This commit is contained in:
Mathis H (Avnyr) 2024-07-09 13:42:03 +02:00
parent 411fb981ef
commit 481727ecf0
Signed by: Mathis
GPG Key ID: DD9E0666A747D126

View File

@ -5,6 +5,7 @@
<excludeFolder url="file://$MODULE_DIR$/.tmp" />
<excludeFolder url="file://$MODULE_DIR$/temp" />
<excludeFolder url="file://$MODULE_DIR$/tmp" />
<excludeFolder url="file://$MODULE_DIR$/.idea/dataSources" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />