After playing around with Sass for the first time, I noticed that it leaves a directory .sass-cache behind in my working directory. I don’t seem to be able to use the files inside it (in the hashed subdirectories), so what is this directory for?
Can I use it as a VCS, of sorts? Is it safe to delete?
From the Docs:
It just makes compiling faster. If you delete them they will just be generated again the next time you compile.