{
    // The tab key will cycle through the settings when first created
    // Visit http://wbond.net/sublime_packages/sftp/settings for help
    
    // sftp, ftp or ftps
    "type": "sftp",

    "save_before_upload": true,
    "sync_down_on_open": false,
    "sync_skip_deletes": false,
    "sync_same_age": true,
    "confirm_downloads": false,
    "confirm_sync": true,
    "confirm_overwrite_newer": false,
    "upload_on_save": false,
    // "sftp_sudo": true,


    "host": "180.94.20.154",
    "user": "ubuntu",
    "remote_path": "/var/www/savvygx/",
    "ssh_key_file": "~/.ssh/savvygx",


    "port": "22",
    "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",
        "config/database.php", "\\.csv", "\\.xls", "\\.zip", "\\.bak", "db/",
        "storage/framework/sessions/", "storage/debugbar/", "config/app.php", "storage/sqlitegen/",
        "app/Jobs", "storage/logs/laravel.log"
    ],    

    "connect_timeout": 60,
}
