Skip to content

Instantly share code, notes, and snippets.

@nicothin
Created March 5, 2017 14:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save nicothin/c56fda3e346e178ddf570885bd815bfe to your computer and use it in GitHub Desktop.
Save nicothin/c56fda3e346e178ddf570885bd815bfe to your computer and use it in GitHub Desktop.
{
/**
* Этот токен должен позволять:
* - Создавать 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