2012
04.15

If you want to make sure that cache/log files won’t show up when you commit, execute the following command inside your app directory.

svn propset svn:ignore "*" tmp -R

This will ignore the tmp directory (recursively)!

No Comment.

Add Your Comment