print-project
Advanced tools
Comparing version 1.0.25 to 1.0.26
@@ -43,3 +43,3 @@ #!/usr/bin/env node | ||
let ignorePatterns = ["project-print.txt"]; // Always ignore the output file | ||
// If NOT using --ignore-default, add default patterns FIRST | ||
// If NOT using --remove-default, add default patterns FIRST | ||
if (shouldAddDefaultIgnorePatterns) { | ||
@@ -46,0 +46,0 @@ ignorePatterns = [...constants_1.defaultIgnorePatterns, ...ignorePatterns]; |
{ | ||
"name": "print-project", | ||
"version": "1.0.25", | ||
"version": "1.0.26", | ||
"description": "A simple CLI tool to print the project tree structure and file contents", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -23,3 +23,3 @@ #!/usr/bin/env node | ||
// If NOT using --ignore-default, add default patterns FIRST | ||
// If NOT using --remove-default, add default patterns FIRST | ||
if (shouldAddDefaultIgnorePatterns) { | ||
@@ -26,0 +26,0 @@ ignorePatterns = [...defaultIgnorePatterns, ...ignorePatterns]; |