CyberChef/.gitignore
Arnim Rupp ae5c7daf8b Add new module: Convert to Emoji alphabe
This is a fun 'cipher' for kids. Converts characters to their representation in the Emoji animal alphabet, matching first letters of the animal. Can be combined with 'Generate QR Code'.
Example: 🐅 🐙 🐧   🐍 🐘🐀 🐘 🐅 
2020-12-26 00:46:25 +01:00

15 lines
264 B
Text
Executable file

node_modules
npm-debug.log
travis.log
build
.vscode
.*.swp
src/core/config/modules/*
src/core/config/OperationConfig.json
src/core/operations/index.mjs
src/node/config/OperationConfig.json
src/node/index.mjs
**/*.DS_Store
tests/browser/output/*
package-lock.json