-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpochitos.iml
31 lines (30 loc) · 1.78 KB
/
pochitos.iml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="UTF-8"?>
<module type="ELIXIR_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/lib" isTestSource="false" />
<excludeFolder url="file://$MODULE_DIR$/_build/dev/lib/cowboy" />
<excludeFolder url="file://$MODULE_DIR$/_build/dev/lib/cowlib" />
<excludeFolder url="file://$MODULE_DIR$/_build/dev/lib/mime" />
<excludeFolder url="file://$MODULE_DIR$/_build/dev/lib/plug" />
<excludeFolder url="file://$MODULE_DIR$/_build/dev/lib/plug_cowboy" />
<excludeFolder url="file://$MODULE_DIR$/_build/dev/lib/plug_crypto" />
<excludeFolder url="file://$MODULE_DIR$/_build/dev/lib/ranch" />
<excludeFolder url="file://$MODULE_DIR$/_build/test/lib/mime" />
<excludeFolder url="file://$MODULE_DIR$/_build/test/lib/plug" />
<excludeFolder url="file://$MODULE_DIR$/_build/test/lib/plug_crypto" />
</content>
<orderEntry type="jdk" jdkName="Elixir 1.8.1" jdkType="Elixir SDK" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="plug" level="project" />
<orderEntry type="library" name="mime" level="project" />
<orderEntry type="library" name="plug_crypto" level="project" />
<orderEntry type="library" name="telemetry" level="project" />
<orderEntry type="library" name="ex_doc" level="project" />
<orderEntry type="library" name="earmark" level="project" />
<orderEntry type="library" name="plug_cowboy" level="project" />
<orderEntry type="library" name="cowboy" level="project" />
<orderEntry type="library" name="hackney" level="project" />
<orderEntry type="library" name="kadabra" level="project" />
</component>
</module>