Re: Adding CI to our tree

Поиск
Список
Период
Сортировка
От Vladimir Sitnikov
Тема Re: Adding CI to our tree
Дата
Msg-id CAB=Je-GH-uhywZypP8QgFg8i7-6pavbso_XUJiP2NsLi-hemxg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Adding CI to our tree  (Andreas Karlsson <andreas@proxel.se>)
Список pgsql-hackers
>Just add those files to the global gitignore on your machine

While global gitignore is a nice feature, it won't protect users who do not know they need to create a global ignore file.
Adding explicit excludes for well-known temporary files into PostgreSQL sources makes it easier to work with the sources for everybody.
Less manual configuration is better for having a productive environment.

On top of that, there is even a use-case for having .idea folder in Git:
.idea/icon.png and .idea/icon_dark.png files are displayed in JetBrains IDEs so the list of projects becomes easier to distinguish.
AFAIK, a standard icon configuration does not yet exist: https://github.com/editorconfig/editorconfig/issues/425


Vladimir

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: wait event and archive_command
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: logical decoding/replication: new functions pg_ls_logicaldir and pg_ls_replslotdir