mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-05-01 13:49:59 +03:00
ignore themes not in core
This commit is contained in:
parent
02aea7f9ee
commit
ddc2fafd58
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue