I searched the commit fest app and there's already someone who has made this.
On Sun, Dec 4, 2022 at 7:28 AM Sayyid Ali Sajjad Rizavi <sasriz...@gmail.com> wrote: > From 6d10dafdd7c7789eddd7fd72ca22dfde74febe23 Mon Sep 17 00:00:00 2001 > From: Ali Sajjad <sasriz...@gmail.com> > Date: Sun, 4 Dec 2022 06:03:11 -0800 > Subject: [PATCH] Add .idea to gitignore for JetBrains CLion > > --- > .gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/.gitignore b/.gitignore > index 1c0f3e5e35..7118b90f25 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -31,6 +31,7 @@ win32ver.rc > *.exe > lib*dll.def > lib*.pc > +**/.idea > > # Local excludes in root directory > /GNUmakefile > -- > 2.34.1 > > Probably I'm the first one building PostgreSQL on CLion. >