Adding IntelliJ module descriptor file

This commit is contained in:
Patrick Müller 2020-11-12 12:12:00 +01:00
parent 4f09a53f30
commit a64af67d24
2 changed files with 15 additions and 1 deletions

5
.gitignore vendored
View File

@ -15,7 +15,7 @@ chrome-profiler-events*.json
speed-measure-plugin*.json speed-measure-plugin*.json
# IDEs and editors # IDEs and editors
/.idea /.idea/*
.project .project
.classpath .classpath
.c9/ .c9/
@ -24,6 +24,9 @@ speed-measure-plugin*.json
*.sublime-workspace *.sublime-workspace
*.iml *.iml
# Include IntelliJ modules
!/.idea/modules.xml
# IDE - VSCode # IDE - VSCode
.vscode/* .vscode/*
!.vscode/settings.json !.vscode/settings.json

11
.idea/modules.xml Normal file
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>