mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-23 22:55:46 -07:00
Update .dockerignore
This commit is contained in:
parent
c387845ecb
commit
f3de0c4fe5
1 changed files with 25 additions and 0 deletions
|
@ -10,7 +10,32 @@
|
||||||
*.integrity
|
*.integrity
|
||||||
.env
|
.env
|
||||||
.php_cs.cache
|
.php_cs.cache
|
||||||
|
#-- data folder
|
||||||
|
##-> avatats
|
||||||
|
data/avatars/gallery
|
||||||
|
##-> uploads
|
||||||
|
data/uploads
|
||||||
|
!data/uploads/.htaccess
|
||||||
|
!data/uploads/thumbs/.keep
|
||||||
|
#-- internal_data folder
|
||||||
|
##-> atom
|
||||||
|
internal_data/atom
|
||||||
|
!internal_data/atom/.keep
|
||||||
|
##-> cache
|
||||||
|
internal_data/cache
|
||||||
|
!internal_data/cache/.htaccess
|
||||||
|
##-> log
|
||||||
|
internal_data/log
|
||||||
|
!internal_data/log/.htaccess
|
||||||
|
##-> triggers
|
||||||
|
internal_data/triggers
|
||||||
|
!internal_data/triggers/.htaccess
|
||||||
|
##-> other
|
||||||
internal_data/updater.json
|
internal_data/updater.json
|
||||||
|
#-- sitemap
|
||||||
|
sitemap
|
||||||
|
!sitemap/.keep
|
||||||
|
# other
|
||||||
library/config.local.php
|
library/config.local.php
|
||||||
vendor
|
vendor
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue