diff options
Diffstat (limited to '.idea/libraries')
-rw-r--r-- | .idea/libraries/gen_smtp.xml | 6 | ||||
-rw-r--r-- | .idea/libraries/html_entities.xml | 6 | ||||
-rw-r--r-- | .idea/libraries/plug_cowboy.xml | 8 | ||||
-rw-r--r-- | .idea/libraries/plug_crypto.xml | 8 | ||||
-rw-r--r-- | .idea/libraries/swoosh.xml | 6 |
5 files changed, 34 insertions, 0 deletions
diff --git a/.idea/libraries/gen_smtp.xml b/.idea/libraries/gen_smtp.xml new file mode 100644 index 000000000..e02c2c68c --- /dev/null +++ b/.idea/libraries/gen_smtp.xml @@ -0,0 +1,6 @@ +<component name="libraryTable"> + <library name="gen_smtp" type="mix"> + <CLASSES /> + <SOURCES /> + </library> +</component>
\ No newline at end of file diff --git a/.idea/libraries/html_entities.xml b/.idea/libraries/html_entities.xml new file mode 100644 index 000000000..996a8d55c --- /dev/null +++ b/.idea/libraries/html_entities.xml @@ -0,0 +1,6 @@ +<component name="libraryTable"> + <library name="html_entities" type="mix"> + <CLASSES /> + <SOURCES /> + </library> +</component>
\ No newline at end of file diff --git a/.idea/libraries/plug_cowboy.xml b/.idea/libraries/plug_cowboy.xml new file mode 100644 index 000000000..30a8b7257 --- /dev/null +++ b/.idea/libraries/plug_cowboy.xml @@ -0,0 +1,8 @@ +<component name="libraryTable"> + <library name="plug_cowboy" type="mix"> + <CLASSES /> + <SOURCES> + <root url="file://$PROJECT_DIR$/deps/plug_cowboy/lib" /> + </SOURCES> + </library> +</component>
\ No newline at end of file diff --git a/.idea/libraries/plug_crypto.xml b/.idea/libraries/plug_crypto.xml new file mode 100644 index 000000000..69d4a35b3 --- /dev/null +++ b/.idea/libraries/plug_crypto.xml @@ -0,0 +1,8 @@ +<component name="libraryTable"> + <library name="plug_crypto" type="mix"> + <CLASSES /> + <SOURCES> + <root url="file://$PROJECT_DIR$/deps/plug_crypto/lib" /> + </SOURCES> + </library> +</component>
\ No newline at end of file diff --git a/.idea/libraries/swoosh.xml b/.idea/libraries/swoosh.xml new file mode 100644 index 000000000..546fdb7cd --- /dev/null +++ b/.idea/libraries/swoosh.xml @@ -0,0 +1,6 @@ +<component name="libraryTable"> + <library name="swoosh" type="mix"> + <CLASSES /> + <SOURCES /> + </library> +</component>
\ No newline at end of file |