[TIP] Make TextMate Not So Slow
Is TextMate taking forever to load when switching between windows? The problem could be that it’s reading all of the media files you’ve got in your public directory. I ignored public/system, log, and vendor/rails as this article suggests. Massive Victory. Highly Recommended.
Comments
I just used the second box on there, for ignoring directories. The pipe is the separator thingy, so adding something like:
public/system vendor/rails log…did the trick for me.
Hope this helps speed up your day!
Post a comment