Comparing version
{ | ||
"name": "ctix", | ||
"version": "1.5.5", | ||
"version": "1.6.0", | ||
"description": "Automatic create index.ts file", | ||
@@ -79,2 +79,3 @@ "scripts": { | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-jsdoc": "^39.3.6", | ||
@@ -81,0 +82,0 @@ "eslint-plugin-prefer-arrow": "^1.2.3", |
@@ -225,2 +225,12 @@ # ctix - Next generation Create TypeScript Index file | ||
### Partial Ignore glob pattern (higher v1.6.x) | ||
You can use glob pattern in partial ignore like that. Partial ignore follow [.gitignore spec 2.22.1](http://git-scm.com/docs/gitignore). | ||
```jsonc | ||
{ | ||
"case00?.ts": ["*Case00*"] | ||
} | ||
``` | ||
### ignore testcase | ||
@@ -227,0 +237,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
607567
0.56%5599
0.7%282
3.68%46
2.22%