mirror of
https://github.com/simple-icons/simple-icons.git
synced 2024-12-16 01:10:30 +02:00
24 lines
375 B
YAML
24 lines
375 B
YAML
new icon:
|
|
- any: [icons/*.svg]
|
|
status: added
|
|
update icon/data:
|
|
- any: [icons/*.svg]
|
|
status: modified
|
|
docs:
|
|
- any: ['*.md']
|
|
status: modified
|
|
meta:
|
|
- any:
|
|
[
|
|
'.github/*',
|
|
'scripts/*',
|
|
'tests/*',
|
|
'.husky/*',
|
|
'*.mjs',
|
|
'*.d.ts',
|
|
'*.json',
|
|
'*.toml',
|
|
'*',
|
|
]
|
|
status: modified
|