Skip to content

Instantly share code, notes, and snippets.

@joebui
Created May 5, 2019 16:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joebui/2470c5603d113618610527129f0a2dc5 to your computer and use it in GitHub Desktop.
Save joebui/2470c5603d113618610527129f0a2dc5 to your computer and use it in GitHub Desktop.
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