Adding IntelliJ module descriptor file

This commit is contained in:
2020-11-12 12:12:00 +01:00
parent 4f09a53f30
commit a64af67d24
2 changed files with 15 additions and 1 deletions
+4 -1
View File
@@ -15,7 +15,7 @@ chrome-profiler-events*.json
speed-measure-plugin*.json
# IDEs and editors
/.idea
/.idea/*
.project
.classpath
.c9/
@@ -24,6 +24,9 @@ speed-measure-plugin*.json
*.sublime-workspace
*.iml
# Include IntelliJ modules
!/.idea/modules.xml
# IDE - VSCode
.vscode/*
!.vscode/settings.json
+11
View File
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/Backend/Backend.iml" filepath="$PROJECT_DIR$/Backend/Backend.iml" />
<module fileurl="file://$PROJECT_DIR$/Betterzon.iml" filepath="$PROJECT_DIR$/Betterzon.iml" />
<module fileurl="file://$PROJECT_DIR$/CucumberTests/CucumberTests.iml" filepath="$PROJECT_DIR$/CucumberTests/CucumberTests.iml" />
<module fileurl="file://$PROJECT_DIR$/Frontend/Frontend.iml" filepath="$PROJECT_DIR$/Frontend/Frontend.iml" />
</modules>
</component>
</project>