diff --git a/.gitignore b/.gitignore
index 1ac6e7678..52d743efe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,10 +1,13 @@
-node_modules
-.DS_Store
-.idea
-geckodriver.log
-__pycache__
-*.pyc
-new_icons.png
-screenshots/
-release_message.txt
-log.txt
+# ignore vsc workspace
+*.code-workspace
+
+node_modules
+.DS_Store
+.idea
+geckodriver.log
+__pycache__
+*.pyc
+new_icons.png
+screenshots/
+release_message.txt
+log.txt
diff --git a/devicon.json b/devicon.json
index da17cffbf..792509b77 100644
--- a/devicon.json
+++ b/devicon.json
@@ -3783,6 +3783,22 @@
},
"color": "#421f5f",
"aliases": []
+ },
+ {
+ "name": "emailjs",
+ "altnames": [],
+ "tags": [
+ "javascript"
+ ],
+ "versions": {
+ "svg": [
+ "original",
+ "original-wordmark",
+ "plain"
+ ]
+ },
+ "color": "#ff8434",
+ "aliases": []
},
{
"name": "embeddedc",
diff --git a/icons/emailjs/emailjs-original-wordmark.svg b/icons/emailjs/emailjs-original-wordmark.svg
new file mode 100644
index 000000000..1554e2ef3
--- /dev/null
+++ b/icons/emailjs/emailjs-original-wordmark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/icons/emailjs/emailjs-original.svg b/icons/emailjs/emailjs-original.svg
new file mode 100644
index 000000000..32663d033
--- /dev/null
+++ b/icons/emailjs/emailjs-original.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/icons/emailjs/emailjs-plain.svg b/icons/emailjs/emailjs-plain.svg
new file mode 100644
index 000000000..826adb404
--- /dev/null
+++ b/icons/emailjs/emailjs-plain.svg
@@ -0,0 +1 @@
+
\ No newline at end of file