Re: [PATCH v1] Trivial: ignore IDE-specific files (.vscode/)

From: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
To: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [PATCH v1] Trivial: ignore IDE-specific files (.vscode/)
Date: 2025-08-01 02:15:25
Message-ID: CAEoWx2=hp3S3RhQYJUB3VDUwWHYwAYP4+ybcqMBmUdFg3Twr4g@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Thanks a lot for the comment, then please discard this patch.

David G. Johnston <david(dot)g(dot)johnston(at)gmail(dot)com> 于2025年8月1日周五 10:12写道:

> On Thu, Jul 31, 2025 at 6:57 PM Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com> wrote:
>
>>
>> I'm using VS Code to work on PostgreSQL, and the .vscode folder
>> constantly shows up in "git status". To eliminate this noise, I'd like
>> to add the folder to .gitignore.
>>
>>
> The comment in the file you are proposing to edit says:
>
> # This file contains ignores for build artifacts from standard builds.
> # Auxiliary files from local workflows, your preferred editor, etc. should
> # be ignored locally using $GIT_DIR/info/exclude or ~/.gitexclude.
>
> .vscode falls into the "preferred editor" category of auxiliary files.
>
> David J.
>
>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Smith 2025-08-01 02:21:26 Re: [WIP]Vertical Clustered Index (columnar store extension) - take2
Previous Message David G. Johnston 2025-08-01 02:11:31 Re: [PATCH v1] Trivial: ignore IDE-specific files (.vscode/)