Bugzilla – Attachment 145211 Details for
Bug 32609
Remove compiled files from src
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32609: Add compiled css files to gitignore
Bug-32609-Add-compiled-css-files-to-gitignore.patch (text/plain), 983 bytes, created by
Jonathan Druart
on 2023-01-11 16:13:24 UTC
(
hide
)
Description:
Bug 32609: Add compiled css files to gitignore
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2023-01-11 16:13:24 UTC
Size:
983 bytes
patch
obsolete
>From 3bfa2da73caddcc3fa72133c1c3b7931d66e685c Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 11 Jan 2023 15:00:52 +0100 >Subject: [PATCH] Bug 32609: Add compiled css files to gitignore > >--- > .gitignore | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > >diff --git a/.gitignore b/.gitignore >index bbe7f34b3f1..ff4cc93e88d 100644 >--- a/.gitignore >+++ b/.gitignore >@@ -3,6 +3,18 @@ > /Makefile > /pm_to_blib > node_modules/ >+ > koha-tmpl/opac-tmpl/bootstrap/css/maps/ >+koha-tmpl/opac-tmpl/bootstrap/css/opac.css >+koha-tmpl/opac-tmpl/bootstrap/css/print.css >+koha-tmpl/opac-tmpl/bootstrap/css/sco.css >+ > koha-tmpl/intranet-tmpl/prog/css/maps/ >+koha-tmpl/intranet-tmpl/prog/css/calendar.css >+koha-tmpl/intranet-tmpl/prog/css/holds.css >+koha-tmpl/intranet-tmpl/prog/css/installer.css >+koha-tmpl/intranet-tmpl/prog/css/mainpage.css >+koha-tmpl/intranet-tmpl/prog/css/staff-global.css >+ > koha-tmpl/intranet-tmpl/prog/js/vue/dist/ >+ >-- >2.25.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 32609
:
145209
|
145210
|
145211
|
145212
|
145802
|
145838