Hi, When I work on patch[1] on windows(vs2019), I found there are some file(generated by vs2019) are not listed in gitignore.
> $ git status > > Untracked files: > (use "git add <file>..." to include in what will be committed) > .vs/ > postgres.vcxproj.user > src/tools/msvc/buildvs.bat > src/tools/msvc/installvs.bat Can we add these file to gitignore? - *vcproj.user - *vcxproj.user - /.vs/ [1] https://www.postgresql.org/message-id/flat/osbpr01mb4214fa221ffe046f11f2ad74f2...@osbpr01mb4214.jpnprd01.prod.outlook.com Regards. Shenhao Wang