Bugzilla – Attachment 184787 Details for
Bug 40539
Cypress videos and screenshots should be gitignored
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40539: Add cypress videos and screenshots to gitignore
Bug-40539-Add-cypress-videos-and-screenshots-to-gi.patch (text/plain), 860 bytes, created by
Jonathan Druart
on 2025-07-29 08:35:52 UTC
(
hide
)
Description:
Bug 40539: Add cypress videos and screenshots to gitignore
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-07-29 08:35:52 UTC
Size:
860 bytes
patch
obsolete
>From 6f377fa065b635d2dc7b3af95304e1840769d41e Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@openfifth.co.uk> >Date: Tue, 29 Jul 2025 09:27:33 +0100 >Subject: [PATCH] Bug 40539: Add cypress videos and screenshots to gitignore > >Amended-by: Jonathan Druart >Move up, close to the other cypress entry > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > .gitignore | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/.gitignore b/.gitignore >index 1469a46ee14..6262c4f6248 100644 >--- a/.gitignore >+++ b/.gitignore >@@ -29,6 +29,8 @@ koha-tmpl/intranet-tmpl/prog/css/staff-global.css > koha-tmpl/intranet-tmpl/prog/css/staff-global-rtl.css > koha-tmpl/intranet-tmpl/prog/js/vue/dist/ > t/cypress/plugins/dist/ >+t/cypress/videos/ >+t/cypress/screenshots/ > > how-to.pl > koha-tmpl/intranet-tmpl/prog/en/modules/how-to.tt >-- >2.34.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 40539
:
184786
| 184787