Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 13 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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
16 changes: 16 additions & 0 deletions devicon.json
Original file line number Diff line number Diff line change
Expand Up @@ -3783,6 +3783,22 @@
},
"color": "#421f5f",
"aliases": []
},
{
"name": "emailjs",
"altnames": [],
"tags": [
"javascript"
],
"versions": {
"svg": [
"original",
"original-wordmark",
"plain"
]
},
"color": "#ff8434",
"aliases": []
},
{
"name": "embeddedc",
Expand Down
1 change: 1 addition & 0 deletions icons/emailjs/emailjs-original-wordmark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/emailjs/emailjs-original.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/emailjs/emailjs-plain.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.