Update ignore patterns and version bump
Added 'package-lock.json' to the ignore patterns in MarkdownGenerator.js to avoid unnecessary processing. Updated the version in package.json from 1.0.5 to 1.0.6 to reflect this change.
This commit is contained in:
@@ -107,6 +107,7 @@ export class MarkdownGenerator {
|
||||
'**/*.config.{js,ts}',
|
||||
'**/tsconfig*.json',
|
||||
'**/jsconfig*.json',
|
||||
'**/package-lock.json',
|
||||
|
||||
// Environment and variables
|
||||
'**/.env*',
|
||||
|
Reference in New Issue
Block a user