Search code examples
compass-sass

How can I exclude the .sass-cache folder from my SVN repository?


I am a compass sass beginer.
enter image description here
I don't want to upload this folder to svn, it is not useful at all. how to set compass to move it to other place?


Solution

  • The directory is already in the best place, i.e. with the rest of your Compass files, so it's probably a better idea to just tell SVN to ignore it. It's a long time since I've used SVN but here's a good write up on the svn:ignore property.