Re: [PATCH] Addition of JetBrains project directory to .gitignore

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: David Nedrow <dnedrow(at)me(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [PATCH] Addition of JetBrains project directory to .gitignore
Date: 2019-12-03 14:51:28
Message-ID: 105F9B14-BB55-4AF0-8305-F45575AE3A29@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 3 Dec 2019, at 15:47, David Nedrow <dnedrow(at)me(dot)com> wrote:

> 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.

-1. This seems like something better suited in a local gitignore for those who
use Jetbrains products. See the documentation for ~/.gitignore_global.

cheers ./daniel

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniel Gustafsson 2019-12-03 15:01:24 Re: [PATCH] Addition of JetBrains project directory to .gitignore
Previous Message David Nedrow 2019-12-03 14:47:44 [PATCH] Addition of JetBrains project directory to .gitignore