Tagged Questions

3
votes
3answers
794 views

.hgignore for a CakePHP application?

We're using CakePHP for a new application, and we use Mercurial as the source control tool. (Mercurial uses one .hgignore file in the root directory, unlike (for example) CVS that uses .cvsignore in ...