Re: Ignore Visual Studio's Temp Files While Working with PG on Windows
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Josef Šimánek <josef.simanek@gmail.com>
Cc: Yasir <yasir.hussain.shah@gmail.com>,
PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2024-05-18T21:16:56Z
Lists: pgsql-hackers
=?UTF-8?B?Sm9zZWYgxaBpbcOhbmVr?= <josef.simanek@gmail.com> writes: > But this is different. If I understand it well, just by following > https://www.postgresql.org/docs/16/install-windows-full.html you'll > get those files no matter what is your specific environment (or > specific set of tools). Hm? Visual Studio seems like quite a specific tool from here. I did some googling around the question of project .gitignore files ignoring .vs/, and was amused to come across this: https://github.com/github/gitignore/blob/main/VisualStudio.gitignore which seems like a mighty fine example of where we *don't* want to go. regards, tom lane