Created
February 24, 2018 23:02
-
-
Save bdcravens/328fb2b1ef7b0bb87bf615103b6367a3 to your computer and use it in GitHub Desktop.
docker-sync config with ignores for Rails
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# docker-sync.yml | |
version: 2 | |
syncs: | |
my-app-sync: | |
src: './' | |
sync_strategy: 'native_osx' | |
sync_excludes: ['tmp','.git','coverage', 'log'] | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment