mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-19 13:01:19 +00:00

- edit .releaserc + gitlab-ci to add next branch - add plugins folder to bundle BREAKING CHANGE: next major release including plugins architecture
18 lines
273 B
Plaintext
18 lines
273 B
Plaintext
# rsync filter rules to copy required files for Castopod's bundle
|
|
|
|
+ app/Resources/icons/***
|
|
- app/Resources/**
|
|
+ app/***
|
|
+ modules/***
|
|
+ plugins/***
|
|
+ public/***
|
|
+ themes/***
|
|
+ vendor/***
|
|
+ writable/***
|
|
+ .env.example
|
|
+ LICENSE.md
|
|
+ README.md
|
|
+ spark
|
|
+ php-icons.php
|
|
- **
|