Skip to content

Instantly share code, notes, and snippets.

@nissicreative
Created September 1, 2016 16:19
Show Gist options
  • Save nissicreative/0b2cef37d7f5e39f2ef37aae2a7d270b to your computer and use it in GitHub Desktop.
Save nissicreative/0b2cef37d7f5e39f2ef37aae2a7d270b to your computer and use it in GitHub Desktop.
Sublime SFTP Laravel Ignore Regexes
"ignore_regexes": [
"\\.sublime-(project|workspace)", "sftp-config(-alt\\d?)?\\.json",
"sftp-settings\\.json", "/venv/", "\\.svn/", "\\.hg/", "\\.git/",
"\\.bzr", "_darcs", "CVS", "\\.DS_Store", "Thumbs\\.db", "desktop\\.ini",
"\\.env", "vendor/", "node_modules/", "tests/",
"storage/app/public/",
"storage/framework/cache/", "storage/framework/sessions/", "storage/framework/views/",
"storage/logs/"
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment