aboutsummaryrefslogtreecommitdiff
path: root/.idea
diff options
context:
space:
mode:
Diffstat (limited to '.idea')
-rw-r--r--.idea/.gitignore5
-rw-r--r--.idea/.name1
-rw-r--r--.idea/Electrode.iml12
-rw-r--r--.idea/icon.svg25
-rw-r--r--.idea/modules.xml8
-rw-r--r--.idea/vcs.xml6
6 files changed, 57 insertions, 0 deletions
diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644
index 0000000..ea7ed09
--- /dev/null
+++ b/.idea/.gitignore
@@ -0,0 +1,5 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+# Editor-based HTTP Client requests
+/httpRequests/
diff --git a/.idea/.name b/.idea/.name
new file mode 100644
index 0000000..14b66ae
--- /dev/null
+++ b/.idea/.name
@@ -0,0 +1 @@
+Electrode \ No newline at end of file
diff --git a/.idea/Electrode.iml b/.idea/Electrode.iml
new file mode 100644
index 0000000..ff88395
--- /dev/null
+++ b/.idea/Electrode.iml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module type="WEB_MODULE" version="4">
+ <component name="NewModuleRootManager">
+ <content url="file://$MODULE_DIR$">
+ <excludeFolder url="file://$MODULE_DIR$/temp" />
+ <excludeFolder url="file://$MODULE_DIR$/.tmp" />
+ <excludeFolder url="file://$MODULE_DIR$/tmp" />
+ </content>
+ <orderEntry type="inheritedJdk" />
+ <orderEntry type="sourceFolder" forTests="false" />
+ </component>
+</module> \ No newline at end of file
diff --git a/.idea/icon.svg b/.idea/icon.svg
new file mode 100644
index 0000000..05cc016
--- /dev/null
+++ b/.idea/icon.svg
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 25.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+ viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
+<style type="text/css">
+ .st0{fill:url(#SVGID_1_);}
+ .st1{fill:#00A651;}
+</style>
+<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-22.8482" y1="422.6371" x2="536.6596" y2="99.6051">
+ <stop offset="0" style="stop-color:#FFC93B"/>
+ <stop offset="0.1312" style="stop-color:#F99A3B"/>
+ <stop offset="0.2682" style="stop-color:#F4703B"/>
+ <stop offset="0.4084" style="stop-color:#F04E3A"/>
+ <stop offset="0.5502" style="stop-color:#ED333A"/>
+ <stop offset="0.6944" style="stop-color:#EB203A"/>
+ <stop offset="0.8424" style="stop-color:#E9153A"/>
+ <stop offset="1" style="stop-color:#E9113A"/>
+</linearGradient>
+<path class="st0" d="M76.3,253.1l247.4,34.7L23,495.7c-1.5,3.2-0.5,7.1,2.2,9.1c2.9,2.2,7.1,1.9,9.8-0.8
+ c139.2-76,278.3-151.9,417.5-227.9c4.1-0.8,6.9-4.6,6.5-8.6c-0.4-3.8-3.6-6.9-7.6-7.1c-84.7-12.3-169.4-24.5-254.2-36.8
+ c95.2-68.2,190.3-136.4,285.5-204.6c1.7-3.4,3.3-7.8,1.4-10.2c-2.4-3-9.7-1.7-11.9-0.5C340.4,84.7,208.3,160.9,76.3,237
+ c-3.9,1.5-6.3,5.4-5.8,9.2C70.9,249.3,73.2,252,76.3,253.1z"/>
+<path class="st1" d="M-136.6,281.2"/>
+<path class="st1" d="M-20.4,516.8"/>
+</svg>
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 0000000..55314be
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="ProjectModuleManager">
+ <modules>
+ <module fileurl="file://$PROJECT_DIR$/.idea/Electrode.iml" filepath="$PROJECT_DIR$/.idea/Electrode.iml" />
+ </modules>
+ </component>
+</project> \ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..9661ac7
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="VcsDirectoryMappings">
+ <mapping directory="$PROJECT_DIR$" vcs="Git" />
+ </component>
+</project> \ No newline at end of file