Update .gitignore to include .astro files and modify labeler configuration for improved icon detection rules.
This commit is contained in:
parent
7a71dc0019
commit
3a1c1fde8b
|
|
@ -14,7 +14,7 @@
|
||||||
# For new icons
|
# For new icons
|
||||||
✨ new icons:
|
✨ new icons:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- all-files-to-any-file:
|
- any-glob-to-any-file:
|
||||||
- 'icons/**/*.svg'
|
- 'icons/**/*.svg'
|
||||||
|
|
||||||
# For modified icons
|
# For modified icons
|
||||||
|
|
|
||||||
|
|
@ -37,3 +37,4 @@ packages/icons*/icons/*
|
||||||
!/**/.gitkeep
|
!/**/.gitkeep
|
||||||
*.tgz
|
*.tgz
|
||||||
.env
|
.env
|
||||||
|
.astro
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue