[PATCH] Addition of JetBrains project directory to .gitignore

From: David Nedrow <dnedrow(at)me(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: [PATCH] Addition of JetBrains project directory to .gitignore
Date: 2019-12-03 14:47:44
Message-ID: 15BFD11D-5D72-46B2-BDB1-2DF4E049C13D@me.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

This patch simply adds “.idea/“ to the list of global excludes across all subdirectories. This directory is created when a JetBrains IDE is used to open a project. In my specific case, Clion is creating the project directory.

The ONLY change in the patch is the “.idea/“ addition to .gitignore.

David Nedrow
dnedrow(at)me(dot)com

Attachment Content-Type Size
gitignore-JetBrains-v1.patch application/octet-stream 226 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniel Gustafsson 2019-12-03 14:51:28 Re: [PATCH] Addition of JetBrains project directory to .gitignore
Previous Message Stephen Frost 2019-12-03 14:36:23 Re: Allow superuser to grant passwordless connection rights on postgres_fdw