Skip to content

Instantly share code, notes, and snippets.

@JesseObrien
Created June 11, 2019 17:01
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 JesseObrien/e4ea9196e03b89cd9e1ae0d0283fc125 to your computer and use it in GitHub Desktop.
Save JesseObrien/e4ea9196e03b89cd9e1ae0d0283fc125 to your computer and use it in GitHub Desktop.
Mutagen global ignore/config
[ignore]
default = [
# System files
".DS_Store",
"._*",
# Vim files
"*~",
"*.sw[a-p]",
# Common folders and files
"node_modules",
"var/*",
".idea",
"docker-compose*.yml",
]
vcs = true
[symlink]
#mode = "ignore"
[sync]
mode = "one-way-replica"
[permissions]
defaultFileMode=0644
defaultDirectoryMode=0755
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment