Bugzilla – Attachment 169999 Details for
Bug 37556
Add project folders of popular IDEs to .gitignore
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37556: Add project folders of popular IDEs to .gitignore
Bug-37556-Add-project-folders-of-popular-IDEs-to-g.patch (text/plain), 959 bytes, created by
Pedro Amorim
on 2024-08-02 13:34:10 UTC
(
hide
)
Description:
Bug 37556: Add project folders of popular IDEs to .gitignore
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2024-08-02 13:34:10 UTC
Size:
959 bytes
patch
obsolete
>From e9c41d14b9ae9191e752fb4c2d4cd85aef74f9c2 Mon Sep 17 00:00:00 2001 >From: Rudolf Byker <rudolfbyker@gmail.com> >Date: Fri, 2 Aug 2024 10:23:15 +0200 >Subject: [PATCH] Bug 37556: Add project folders of popular IDEs to .gitignore > >Ignoring the .idea and .vscode folders makes working with the Koha repo using IntelliJ IDEA or VS Code easier. > >To test: >1. Clone the Koha repo. >2. Open the repo folder in an IDE like IntelliJ IDEA or VS Code. >3. Observe that the IDE creates an .idea or .vscode folder but does not try to commit it. > >Sponsored-by: Reformational Study Centre <www.refstudycentre.com> >Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com> >--- > .gitignore | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/.gitignore b/.gitignore >index f237596062..57d67e052e 100644 >--- a/.gitignore >+++ b/.gitignore >@@ -27,3 +27,7 @@ how-to.pl > koha-tmpl/intranet-tmpl/prog/en/modules/how-to.tt > > misc/translator/po >+ >+# IDEs >+.idea >+.vscode >-- >2.39.2
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 37556
:
169991
| 169999