Last active
February 18, 2022 20:48
-
-
Save sjmacneil/b47c34e7c8df537d16ec to your computer and use it in GitHub Desktop.
Revisions
-
sjmacneil revised this gist
Apr 16, 2015 . 1 changed file with 4 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -2,23 +2,25 @@ "\\.sublime-(project|workspace)", "sftp-config(-alt\\d?)?\\.json", "sftp-settings\\.json", "\\.htaccess", "/venv/", "\\.svn/", "\\.hg/", "\\.git/", "\\.gitignore", "\\.bzr", "\\_darcs", "CVS", "\\.DS_Store", "\\.trashes", "Thumbs\\.db", "desktop\\.ini", "\\.sass-cache", "\\.bower-(cache|registry|temp)", "/node_modules/", "\\.tmp/", "/dist/", "/tyfoon/", "notes\\.md" ], -
sjmacneil revised this gist
Apr 15, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -10,7 +10,7 @@ "\\.bzr", "_darcs", "CVS", "\\.DS_Store", "\\.trashes", "Thumbs\\.db", "desktop\\.ini", -
sjmacneil created this gist
Apr 10, 2015 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ # Sublime SFTP ignore_regex Use the contents of `sftp-config-ignore_regex.json` to replace the ignore_regex in your `sftp-config.json` for better ignore settings if you happen to be using OS X, bower and npm and occasionally a little known CMS called Tyfoon for projects like me.  Enjoy not uploading unnecessary files to your production server with Sublime SFTP! This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,24 @@ "ignore_regexes": [ "\\.sublime-(project|workspace)", "sftp-config(-alt\\d?)?\\.json", "sftp-settings\\.json", "/venv/", "\\.svn/", "\\.hg/", "\\.git/", "\\.gitignore", "\\.bzr", "_darcs", "CVS", "\\.DS_Store\\?", "\\.trashes", "Thumbs\\.db", "desktop\\.ini", "\\.sass-cache", "\\.bower-(cache|registry|temp)", "/node\\_modules/", "\\.tmp/", "/dist/", "/tyfoon/", "notes\\.md" ],