From 7eef31558e275ba6bae183672baa2c346cbbd69a Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Sun, 28 Jul 2024 22:08:12 +0800 Subject: [PATCH] doc: Update README.md --- .github/workflows/ci.yml | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab48d33..68a802f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: # uses: jaywcjlove/github-action-folder-tree@main uses: ./ with: - exclude: "node_modules|dist" + exclude: "node_modules|dist|.git" - name: Create idoc config run: | diff --git a/README.md b/README.md index b12e690..2ff76bd 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ View the folder directory tree structure, similar to the output of the `tree` co - name: Print Folder Tree uses: jaywcjlove/github-action-folder-tree@main with: + exclude: "node_modules|dist|.git|.husky" path: ./src depth: 2 ```