-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathwhos_in_bot.iml
24 lines (24 loc) · 1.31 KB
/
whos_in_bot.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
<?xml version="1.0" encoding="UTF-8"?>
<module type="ELIXIR_MODULE" version="4">
<component name="NewModuleRootManager">
<output url="file://$MODULE_DIR$/_build/dev/lib/whos_in_bot/ebin" />
<output-test url="file://$MODULE_DIR$/_build/test/lib/whos_in_bot/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$/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="plug_cowboy" level="project" />
<orderEntry type="library" name="ecto_sql" level="project" />
<orderEntry type="library" name="postgrex" level="project" />
<orderEntry type="library" name="nadia" level="project" />
<orderEntry type="library" name="jason" level="project" />
</component>
</module>