mirror of
https://github.com/ad-aures/castopod.git
synced 2026-03-30 21:09:22 +02:00
- use serversideup/php as a base image - remove nginx unit base - remove app / webserver images - add bundle stage to remove pipeline dependency - update docker setup docs - edit gitlabci rules and release logic
68 lines
1.1 KiB
Text
68 lines
1.1 KiB
Text
.env
|
|
|
|
.git/
|
|
node_modules/
|
|
vendor/
|
|
build/
|
|
docs/
|
|
scripts/
|
|
tests/
|
|
|
|
#-------------------------
|
|
# Temporary Files
|
|
#-------------------------
|
|
writable/cache/*
|
|
!writable/cache/index.html
|
|
|
|
writable/logs/*
|
|
!writable/logs/index.html
|
|
|
|
writable/session/*
|
|
!writable/session/index.html
|
|
|
|
writable/temp/*
|
|
!writable/temp/index.html
|
|
|
|
writable/uploads/*
|
|
!writable/uploads/index.html
|
|
|
|
writable/debugbar/*
|
|
!writable/debugbar/index.html
|
|
|
|
# public folder
|
|
public/*
|
|
!public/media
|
|
!public/.htaccess
|
|
!public/favicon.ico
|
|
!public/icon*
|
|
!public/castopod-banner*
|
|
!public/castopod-avatar*
|
|
!public/index.php
|
|
!public/robots.txt
|
|
!public/.well-known
|
|
!public/.well-known/GDPR.yml
|
|
|
|
public/assets/*
|
|
!public/assets/index.html
|
|
|
|
# public media folder
|
|
!public/media/podcasts
|
|
!public/media/persons
|
|
!public/media/site
|
|
|
|
public/media/podcasts/*
|
|
!public/media/podcasts/index.html
|
|
|
|
public/media/persons/*
|
|
!public/media/persons/index.html
|
|
|
|
public/media/site/*
|
|
!public/media/site/index.html
|
|
|
|
# Generated files
|
|
modules/Admin/Language/*/PersonsTaxonomy.php
|
|
|
|
# Castopod bundle & packages
|
|
castopod/
|
|
castopod-*.zip
|
|
castopod-*.tar.gz
|