Created
May 5, 2019 16:04
-
-
Save joebui/2470c5603d113618610527129f0a2dc5 to your computer and use it in GitHub Desktop.
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
version: "2" | |
syncs: | |
app-code-sync: | |
# Source directory | |
src: '.' | |
# This will exclude the files/folders you specify. | |
sync_excludes: [ | |
'.git' | |
] | |
sync_host_ip: '127.0.0.1' | |
sync_host_port: 10872 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment