mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 23:06:16 -04:00
Excluded MetaConfig from JSDoc
This commit is contained in:
parent
d3246b7c8b
commit
77203a4363
1 changed files with 1 additions and 0 deletions
|
@ -149,6 +149,7 @@ module.exports = function (grunt) {
|
||||||
src: [
|
src: [
|
||||||
"src/**/*.js",
|
"src/**/*.js",
|
||||||
"!src/core/lib/**/*",
|
"!src/core/lib/**/*",
|
||||||
|
"!src/core/config/MetaConfig.js"
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue