diff options
author | Gruber <GlassGruber@users.noreply.github.com> | 2020-02-10 10:21:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-10 06:21:09 -0400 |
commit | 98f28b4bc49da0915bfe2025472b23a909fa94f8 (patch) | |
tree | 25ca6f59ee1dc25ea5d698634884d6d4a24891cf /Global | |
parent | 6e5b49b1d570b66afc54818861dd7dce1f0553c2 (diff) | |
download | gitignore-98f28b4bc49da0915bfe2025472b23a909fa94f8.tar.gz gitignore-98f28b4bc49da0915bfe2025472b23a909fa94f8.zip |
add alternative sftp settings file (#3006)
* add alternative sftp settings file
* update for possible multiple alt* numbered files
Diffstat (limited to 'Global')
-rw-r--r-- | Global/SublimeText.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Global/SublimeText.gitignore b/Global/SublimeText.gitignore index 86c3fa45..fdf0abb4 100644 --- a/Global/SublimeText.gitignore +++ b/Global/SublimeText.gitignore @@ -12,6 +12,7 @@ # SFTP configuration file sftp-config.json +sftp-config-alt*.json # Package control specific files Package Control.last-run |