Hi,
Today I upgraded from 2 to 3, which was a seamless transition. 
I work off NFS, and randomly Sublime Text 3 will create a file such as .nfsXXXXXXXX, which creates problems when trying to jump between functions, and when doing a git commit.
Iāve added .nfs* to gitignore, and added the following to my edit project:
āfolder_exclude_patternsā: ā.nfs*ā],
āfile_exclude_patternsā: ā.nfs*ā]
Has anyone noticed similar working with NFS on Linux? Iāll wait and see doing this fixes it, but not sure if this is a bug or what.