From b452dd0ea82f5e52ee11140db7f57ef47f75b112 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Thu, 31 Aug 2023 17:23:20 -0700 Subject: [PATCH] gitignore - Ignore dynamically generated ".phpstorm.meta.php" --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 109558af8c..89b405c6af 100644 --- a/.gitignore +++ b/.gitignore @@ -70,6 +70,7 @@ tools/tests/reports/logfile.tap tools/tests/reports/testdox.html tools/tests/reports/testdox.txt tools/extensions/org.civicrm.contactlayout +tools/extensions/phpstorm/.phpstorm.meta.php l10n vendor civicrm.settings.php -- 2.25.1