BETTERZON-49: Adding module .iml

This commit is contained in:
Patrick Müller 2021-04-01 11:37:20 +02:00
parent be50069bc0
commit 8055f811d7
2 changed files with 9 additions and 0 deletions

1
.gitignore vendored
View File

@ -26,6 +26,7 @@ speed-measure-plugin*.json
!Frontend.iml !Frontend.iml
!Backend.iml !Backend.iml
!CucumberTests.iml !CucumberTests.iml
!Crawler.iml
# Include IntelliJ modules # Include IntelliJ modules
!/.idea/modules.xml !/.idea/modules.xml

8
Crawler/Crawler.iml Normal file
View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>