|
|
|
|
|
by teddyc
3561 days ago
|
|
Create a Sublime project. You can have project settings to ignore file and folder patterns. I set this up at the same time I create a .gitignore file for a repo. Whenever you re-open a project, it re-opens every tab you had when you closed the project, which is really nice. Even unsaved files are restored. https://www.sublimetext.com/docs/3/projects.html |
|