Add system/data to .gitignore

(cherry picked from commit 1799ef42a7ec7d446b922c5a07697c367c60e80f)
This commit is contained in:
slawkens 2020-05-06 19:55:31 +02:00
parent 99bcd54afe
commit 8d79efd6ad

4
.gitignore vendored
View File

@ -27,6 +27,10 @@ system/cache/*
system/logs/* system/logs/*
!system/logs/index.html !system/logs/index.html
# data
system/data/*
!system/data/index.html
# plugins # plugins
plugins/* plugins/*
!plugins/.htaccess !plugins/.htaccess