Create main IDEA module

This commit is contained in:
Stefano Pigozzi 2024-10-21 22:31:19 +02:00
parent eba8386bfb
commit d94c2df680
No known key found for this signature in database
GPG key ID: 5ADA3868646C3FC0
2 changed files with 17 additions and 0 deletions

8
.idea/modules.xml 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$/.idea/phanpy.iml" filepath="$PROJECT_DIR$/.idea/phanpy.iml" />
</modules>
</component>
</project>

9
.idea/phanpy.iml Normal file
View file

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