Tell Sublime Text to ignore everything in .gitignore?

后端 未结 3 1214
遇见更好的自我
遇见更好的自我 2021-02-01 00:37

Vim has this great plugin to convert the current project\'s .gitignore into a syntax understandable by Vim and from there exclude all those files from opening.

3条回答
  •  日久生厌
    2021-02-01 00:58

    Assuming you have Sublime 3 and already installed Package Manager:

    1. add repo https://github.com/apc999/sublime-text-gitignore
    2. add package sublime-text-gitignore
    3. use menu item : File->Exclude Git-ignored

    Have fun:)

提交回复
热议问题