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

- rename podlibre to adaures - rename castopod-host to castopod - simplify README and redirect to docs site - move INSTALL and UPDATE docs - add new gitlabci pipeline to deploy docs - upgrade node to v16 in Dockerfile
14 lines
211 B
Plaintext
14 lines
211 B
Plaintext
# rsync filter rules to copy required files for Castopod's bundle
|
|
|
|
- app/Views/_assets/
|
|
+ app/***
|
|
+ modules/***
|
|
+ public/***
|
|
+ themes/***
|
|
+ vendor/***
|
|
+ writable/***
|
|
+ .env.example
|
|
+ LICENSE.md
|
|
+ README.md
|
|
- **
|