Add IntelliJ IDE configuration files to the repository

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.
This commit is contained in:
e025532
2025-05-26 15:38:37 +02:00
parent 396924a8e8
commit df4778f66e
6 changed files with 71 additions and 0 deletions

9
.idea/web-infra-reports.iml generated Normal file
View File

@@ -0,0 +1,9 @@
<?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>