Created
March 5, 2017 14:31
-
-
Save nicothin/c56fda3e346e178ddf570885bd815bfe to your computer and use it in GitHub Desktop.
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 characters
Show hidden characters
{ | |
/** | |
* Этот токен должен позволять: | |
* - Создавать Gist | |
* - Скачивать Gist | |
* - Загружать Gist | |
* - Удалять Gist | |
*/ | |
"access_token": "", | |
/** | |
* Список файлов, игнорируемых плагином | |
*/ | |
"excluded_files": [ | |
".dmg", | |
".DS_Store", | |
".DS_Store?", | |
".exe", | |
".Spotlight-V100", | |
".Trashes", | |
"ehthumbs.db", | |
"oscrypto-ca-bundle.crt", | |
"SyncSettings.sublime-settings", | |
"Package Control.cache", | |
"Package Control.last-run", | |
"Package Control.merged-ca-bundle", | |
"Package Control.system-ca-bundle", | |
"Package Control.user-ca-bundle", | |
"Thumbs.db" | |
], | |
/** | |
* Файлы, которые всегда должны быть в Gist | |
*/ | |
"included_files": [], | |
/** | |
* ID Gist-а, в котором вы храните свои настройки | |
*/ | |
"gist_id": "", | |
/** | |
* Скачивать автоматически новую версию настроек при старте ST3 | |
*/ | |
"auto_upgrade": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment