Skip to content

Commit 7eef315

Browse files
committed
doc: Update README.md
1 parent 9aaf989 commit 7eef315

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# uses: jaywcjlove/github-action-folder-tree@main
2828
uses: ./
2929
with:
30-
exclude: "node_modules|dist"
30+
exclude: "node_modules|dist|.git"
3131

3232
- name: Create idoc config
3333
run: |

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ View the folder directory tree structure, similar to the output of the `tree` co
1212
- name: Print Folder Tree
1313
uses: jaywcjlove/github-action-folder-tree@main
1414
with:
15+
exclude: "node_modules|dist|.git|.husky"
1516
path: ./src
1617
depth: 2
1718
```

0 commit comments

Comments
 (0)