From 4c45ba879df9cf814ca08b80808773808ccbbff2 Mon Sep 17 00:00:00 2001 From: Angel Ezquerra Date: Tue, 29 Oct 2024 09:05:33 +0100 Subject: [PATCH] Add the .idea folder to gitignore (#236) That folder is created by JetBrains' editors and should not be included in the repository. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0bf35a9c..ae068d99 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.idea/ *.swp *.ndb test/*.out