From 09591e4f23f9996a732d6b0e016d1af903341280 Mon Sep 17 00:00:00 2001 From: REJack Date: Fri, 16 Nov 2018 09:06:25 +0100 Subject: [PATCH] added .gitignore --- .gitignore | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 044786e..ea60aa4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,12 @@ +###CI4### + +.env + system/ public/ +!public/assets/ +writable/ +tests/ application/index.html application/.htaccess @@ -15,6 +22,20 @@ application/Filters/DebugToolbar.php application/Views/errors/ application/Views/welcome_message.php application/Views/form.php -writable/ -tests/ -.env + + +###OSX### + +.DS_Store +.AppleDouble +.LSOverride +._* +.Spotlight-V100 +.Trashes + + +###Windows### + +Thumbs.db +ehthumbs.db +Desktop.ini \ No newline at end of file