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

From Chao Li
Subject Re: [PATCH v1] Trivial: ignore IDE-specific files (.vscode/)
Date
Msg-id CAEoWx2=hp3S3RhQYJUB3VDUwWHYwAYP4+ybcqMBmUdFg3Twr4g@mail.gmail.com
Whole thread Raw
In response to Re: [PATCH v1] Trivial: ignore IDE-specific files (.vscode/)  ("David G. Johnston" <david.g.johnston@gmail.com>)
Responses Re: [PATCH v1] Trivial: ignore IDE-specific files (.vscode/)
List pgsql-hackers
Thanks a lot for the comment, then please discard this patch.

David G. Johnston <david.g.johnston@gmail.com> 于2025年8月1日周五 10:12写道:
On Thu, Jul 31, 2025 at 6:57 PM Chao Li <li.evan.chao@gmail.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.

pgsql-hackers by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: [PATCH v1] Trivial: ignore IDE-specific files (.vscode/)
Next
From: Peter Smith
Date:
Subject: Re: [WIP]Vertical Clustered Index (columnar store extension) - take2