From 924bea220e9f329160d99064122b8c1d5f1ac337 Mon Sep 17 00:00:00 2001 From: Florian Eisenmenger Date: Wed, 4 Aug 2021 10:30:22 +0200 Subject: [PATCH] gitignore --- httpdocs/.gitignore | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/httpdocs/.gitignore b/httpdocs/.gitignore index 3f6bb9f..02ed75b 100644 --- a/httpdocs/.gitignore +++ b/httpdocs/.gitignore @@ -17,4 +17,20 @@ /public/assets/scss/.sass-cache -.idea \ No newline at end of file +###> contao ### +/assets/ +/system/* +!/system/config/ +/system/config/localconfig.php +/system/config/tcpdf.php +/system/logs/ +!/system/modules/ +/system/modules/* +!/system/modules/ef_podlove/ +/system/themes/ +/system/tmp/ +/system/modules/*/.skip +###< contao ### + +*.DS_Store +*.idea