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
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 characters
Preference > Package Settings > SFTP > Settings - User | |
откроется файл и туда вставляете вот этот код: | |
{ | |
"email": "[email protected]", | |
"product_key": "61faaf-dac84e-9f9945-4301a1-a7ec06" | |
} | |
Вот и все. Для меня сработало. |
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
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 characters
Spacegray |
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
Package Control Messages | |
======================== | |
PlainTasks | |
---------- | |
Thank you for installing PlainTasks. | |
For quick start you probably would like to go through a short tutorial: | |
Preferences → Package Settings → PlainTasks → Tutorial |
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
Package Control Messages | |
======================== | |
Color Highlighter | |
----------------- | |
Color Highlighter v8.0 is released! | |
For more info about the plugin visit https://github.com/Monnoroch/ColorHighlighter. |
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
Sublime 3 лучшие дополнения для верстки | |
Вызов Control package | |
Ctrl + Shift + p | |
Install | |
1.AutoFileName | |
2.SideBarEnhancements |
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
Package Control Messages | |
======================== | |
Bootstrap 4 Snippets | |
-------------------- | |
============================================================ | |
Bootstrap 4 Snippets - Has been updated !! -> v0.2.5 | |
============================================================ |
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
Package Control Messages | |
======================== | |
Bootstrap 3 Snippets | |
-------------------- | |
============================================================ | |
Thank you for installing Bootstrap 3 Snippets | |
============================================================ | |
Follow me on Twitter: @JasonMortonNZ |
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
Как удалить папку .idea и лишние файлы из Git | |
Все делаем в MINGW64 | |
Удаляем ненужные папки и файлы при синхронизации в Git репозиторий | |
Прежде всего добавим файл .gitignore в корень проекта: | |
touch .gitignore |