Re: [PATCH] Addition of JetBrains project directory to .gitignore - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: [PATCH] Addition of JetBrains project directory to .gitignore
Date
Msg-id 105F9B14-BB55-4AF0-8305-F45575AE3A29@yesql.se
Whole thread Raw
In response to [PATCH] Addition of JetBrains project directory to .gitignore  (David Nedrow <dnedrow@me.com>)
Responses Re: [PATCH] Addition of JetBrains project directory to .gitignore  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> On 3 Dec 2019, at 15:47, David Nedrow <dnedrow@me.com> wrote:

> This patch simply adds “.idea/“ to the list of global excludes across all subdirectories. This directory is created
whena 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


pgsql-hackers by date:

Previous
From: David Nedrow
Date:
Subject: [PATCH] Addition of JetBrains project directory to .gitignore
Next
From: Daniel Gustafsson
Date:
Subject: Re: [PATCH] Addition of JetBrains project directory to .gitignore