ignore themes not in core

This commit is contained in:
plegall 2021-04-28 16:45:41 +02:00
parent 02aea7f9ee
commit ddc2fafd58

3
.gitignore vendored
View file

@ -2,6 +2,9 @@
/_data /_data
/plugins/* /plugins/*
!/plugins/index.php !/plugins/index.php
/themes/*
!/themes/index.php
!/themes/default
/upload /upload
/galleries/* /galleries/*
!/galleries/index.php !/galleries/index.php