2
0
mirror of https://github.com/gchq/CyberChef synced 2026-01-01 16:13:46 +00:00
Files
CyberChef/.gitignore

19 lines
293 B
Plaintext
Executable File

node_modules
npm-debug.log
travis.log
build
docs/*
!docs/*.conf.json
!docs/*.ico
.vscode
.*.swp
.DS_Store
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/*