Sublime Forum

Add or exclude file in project

#1

sometimes I have a parent project folder with some build temp files which I’d like to exclude:
Proj/
|- Makefile
|- build-temp/
- src/

how to add only Makefile and src/ in the project window?
is it possible to add individual files to project or exclude specific files/folders from project folder? just like how it works in Text Mate? :wink:

0 Likes

#2

It’s only possible to exclude files using the Global Preferences (the folder_exclude_patterns key) at the moment, excluding individual items is on the todo list.

0 Likes