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

7
.idea/vcs.xml generated Normal file
View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>