castopod/.rsync-filter
Yassine Doghri 769ea469c9 refactor: update install logic and add missing cache config step
- add `.env.example` and `INSTALL.md` to castopod bundle for installation docs
- update seeders to be silent on insert errors
- update install layout
- add manual config instructions when .env file is not writable
- fix eslint error in Charts.ts module

closes #32
2020-10-15 14:42:13 +00:00

14 lines
212 B
Plaintext

# rsync filter rules to copy required files for Castopod's bundle
- app/Views/_assets/
+ app/***
+ public/***
+ vendor/***
+ writable/***
+ .env.example
+ DEPENDENCIES.md
+ LICENSE
+ README.md
+ INSTALL.md
- **