mirror of
https://github.com/Mibew/simple-icons.git
synced 2024-11-16 02:14:12 +03:00
14 lines
301 B
YAML
14 lines
301 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/*', '*']
|
|
- all: ['!*.md', '!icons/*.svg', '!_data/*', '!package.json']
|
|
status: modified
|