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

Commit 144c3ae

Browse files
committed
update filter list
1 parent b6a48eb commit 144c3ae

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

action.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -31,39 +31,22 @@ inputs:
3131
- https://github.com/isaacs/minimatch
3232
default: |
3333
!dist/**
34-
!*.pb.go
3534
!**/*.pb.go
36-
!*.lock
3735
!**/*.lock
38-
!*.yaml
3936
!**/*.yaml
40-
!*.yml
4137
!**/*.yml
42-
!*.cfg
4338
!**/*.cfg
44-
!*.toml
4539
!**/*.toml
46-
!*.ini
4740
!**/*.ini
48-
!*.mod
4941
!**/*.mod
50-
!*.sum
5142
!**/*.sum
52-
!*.json
5343
!**/*.json
54-
!*.mmd
5544
!**/*.mmd
56-
!*.svg
5745
!**/*.svg
58-
!*.png
5946
!**/*.png
60-
!*.dot
6147
!**/*.dot
62-
!gen/**
6348
!**/gen/**
64-
!_gen/**
6549
!**/_gen/**
66-
!vendor/**
6750
!**/vendor/**
6851
system_message:
6952
required: false

0 commit comments

Comments
 (0)