creode / cdev-environment-docker

The Docker environment plugin for cdev
MIT License
0 stars 2 forks source link

Move docker sync exclusions into framework #14

Open garethmidwood opened 4 years ago

garethmidwood commented 4 years ago

Migrated from https://github.com/garethmidwood/cdev/issues/31

Frameworks should have their own docker-sync exclusion lists

There should be a generic list merged with this, this will cover dev files (e.g. node_modules) that aren't required to sync.

This should probably be namespaced under environment. Added directly to the framework class could result in a mega-bloated framework in order to support multiple environments.