Skip to content
This repository was archived by the owner on Mar 6, 2024. It is now read-only.

Commit b6a48eb

Browse files
committed
update filter list
1 parent 26c1250 commit b6a48eb

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

action.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,21 +32,38 @@ inputs:
3232
default: |
3333
!dist/**
3434
!*.pb.go
35+
!**/*.pb.go
3536
!*.lock
37+
!**/*.lock
3638
!*.yaml
39+
!**/*.yaml
3740
!*.yml
41+
!**/*.yml
3842
!*.cfg
43+
!**/*.cfg
3944
!*.toml
45+
!**/*.toml
4046
!*.ini
47+
!**/*.ini
4148
!*.mod
49+
!**/*.mod
4250
!*.sum
51+
!**/*.sum
4352
!*.json
53+
!**/*.json
4454
!*.mmd
55+
!**/*.mmd
4556
!*.svg
57+
!**/*.svg
4658
!*.png
59+
!**/*.png
4760
!*.dot
61+
!**/*.dot
62+
!gen/**
4863
!**/gen/**
64+
!_gen/**
4965
!**/_gen/**
66+
!vendor/**
5067
!**/vendor/**
5168
system_message:
5269
required: false

0 commit comments

Comments
 (0)