Fix cross-browser favicons
This commit is contained in:
+6
-1
@@ -28,7 +28,7 @@ npm-cache/
|
||||
/lhci-results/
|
||||
/.lighthouseci/
|
||||
|
||||
# Ignore other image files (but not visual regression snapshots)
|
||||
# Ignore other image files (but not visual regression snapshots or favicons)
|
||||
*.png
|
||||
*.jpg
|
||||
*.jpeg
|
||||
@@ -39,6 +39,11 @@ npm-cache/
|
||||
*.avi
|
||||
*.mkv
|
||||
|
||||
# Root favicons (generated via `npm run generate:favicons`)
|
||||
!public/favicon-16x16.png
|
||||
!public/favicon-32x32.png
|
||||
!public/apple-touch-icon.png
|
||||
|
||||
# Visual regression snapshots (allow these)
|
||||
!tests/e2e/visual-regression.spec.ts-snapshots/
|
||||
!tests/e2e/visual-regression.spec.ts-snapshots/*.png
|
||||
|
||||
Reference in New Issue
Block a user