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.
.gitignore
You can get a list of all the ignored files with
git ls-files --others -i --exclude-standard
and then add this to your file_exclude_patterns in Sublime Text as bheklilr suggested.
file_exclude_patterns