From 00ddfbe1c2311ea23927d0692353ae6295c1640c Mon Sep 17 00:00:00 2001
From: rinpatch <rinpatch@sdf.org>
Date: Sun, 13 Jan 2019 12:58:49 +0300
Subject: [PATCH] Remove .idea

---
 .idea/libraries/gen_smtp.xml      | 6 ------
 .idea/libraries/html_entities.xml | 6 ------
 .idea/libraries/plug_cowboy.xml   | 8 --------
 .idea/libraries/plug_crypto.xml   | 8 --------
 .idea/libraries/swoosh.xml        | 6 ------
 5 files changed, 34 deletions(-)
 delete mode 100644 .idea/libraries/gen_smtp.xml
 delete mode 100644 .idea/libraries/html_entities.xml
 delete mode 100644 .idea/libraries/plug_cowboy.xml
 delete mode 100644 .idea/libraries/plug_crypto.xml
 delete mode 100644 .idea/libraries/swoosh.xml

diff --git a/.idea/libraries/gen_smtp.xml b/.idea/libraries/gen_smtp.xml
deleted file mode 100644
index e02c2c68c..000000000
--- a/.idea/libraries/gen_smtp.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<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
deleted file mode 100644
index 996a8d55c..000000000
--- a/.idea/libraries/html_entities.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<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
deleted file mode 100644
index 30a8b7257..000000000
--- a/.idea/libraries/plug_cowboy.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<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
deleted file mode 100644
index 69d4a35b3..000000000
--- a/.idea/libraries/plug_crypto.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<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
deleted file mode 100644
index 546fdb7cd..000000000
--- a/.idea/libraries/swoosh.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<component name="libraryTable">
-  <library name="swoosh" type="mix">
-    <CLASSES />
-    <SOURCES />
-  </library>
-</component>
\ No newline at end of file
-- 
2.49.0