-
Notifications
You must be signed in to change notification settings - Fork 0
/
latency_simulator.iml
44 lines (44 loc) · 2.7 KB
/
latency_simulator.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="UTF-8"?>
<module type="ELIXIR_MODULE" version="4">
<component name="NewModuleRootManager">
<output url="file://$MODULE_DIR$/_build/dev/lib/latency_simulator/ebin" />
<output-test url="file://$MODULE_DIR$/_build/test/lib/latency_simulator/ebin" />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/lib" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/spec" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
<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/prod/lib/cowboy" />
<excludeFolder url="file://$MODULE_DIR$/_build/prod/lib/cowlib" />
<excludeFolder url="file://$MODULE_DIR$/_build/prod/lib/mime" />
<excludeFolder url="file://$MODULE_DIR$/_build/prod/lib/plug" />
<excludeFolder url="file://$MODULE_DIR$/_build/prod/lib/plug_cowboy" />
<excludeFolder url="file://$MODULE_DIR$/_build/prod/lib/plug_crypto" />
<excludeFolder url="file://$MODULE_DIR$/_build/prod/lib/ranch" />
<excludeFolder url="file://$MODULE_DIR$/assets/node_modules/phoenix" />
<excludeFolder url="file://$MODULE_DIR$/assets/node_modules/phoenix_html" />
<excludeFolder url="file://$MODULE_DIR$/cover" />
<excludeFolder url="file://$MODULE_DIR$/deps" />
<excludeFolder url="file://$MODULE_DIR$/doc" />
<excludeFolder url="file://$MODULE_DIR$/logs" />
</content>
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="cowboy" level="project" />
<orderEntry type="library" name="plug_cowboy" level="project" />
<orderEntry type="library" name="plug" level="project" />
<orderEntry type="library" name="ex_doc" level="project" />
<orderEntry type="library" name="hackney" level="project" />
<orderEntry type="library" name="kadabra" level="project" />
<orderEntry type="library" name="x509" 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="earmark" level="project" />
</component>
</module>