From 1799ef42a7ec7d446b922c5a07697c367c60e80f Mon Sep 17 00:00:00 2001 From: slawkens Date: Wed, 6 May 2020 19:55:31 +0200 Subject: [PATCH] Add system/data to .gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 8442f5cd..af74f1e7 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,10 @@ system/cache/* system/logs/* !system/logs/index.html +# data +system/data/* +!system/data/index.html + # plugins plugins/* !plugins/.htaccess