CyberChef/.gitignore
2023-04-16 21:47:43 +12:00

15 lines
265 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/*
.node-version
.idea