Include `.idea` project files for module and workspace settings, data sources, PHP configurations, and VCS mappings. These files enable consistent IDE setup across team members and provide version control for project-specific configurations.
9 lines
343 B
XML
9 lines
343 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<module type="WEB_MODULE" version="4">
|
|
<component name="NewModuleRootManager">
|
|
<content url="file://$MODULE_DIR$" />
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
<orderEntry type="module" module-name="web-pingcastle" />
|
|
</component>
|
|
</module> |