From 90796cd7187c10c5be33dc252f7a71c1bb5591c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Thu, 6 Jun 2019 08:31:30 +0200 Subject: [PATCH] Fix gitignore file --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c1349edf..e0267e88 100644 --- a/.gitignore +++ b/.gitignore @@ -10,13 +10,13 @@ web/fileadmin web/typo3conf/ENABLE_INSTALL_TOOL web/typo3conf/realurl_autoconf.php web/typo3conf/deprecation* -web/typo3conf/ext/* +web/typo3conf/ext/ !web/typo3conf/ext/ep_events/ !web/typo3conf/ext/ep_products/ !web/typo3conf/ext/ep_theme/ !web/typo3conf/ext/ep_track/ -web/typo3conf/ext/ep_events/Resources/Public/* -web/typo3conf/ext/ep_theme/Resources/Public/* +web/typo3conf/ext/ep_events/Resources/Public/ +web/typo3conf/ext/ep_theme/Resources/Public/ web/typo3conf/LocalConfiguration.php web/typo3conf/AdditionalConfiguration.php web/typo3conf/PackageStates.php