Are you new? Read the FAQ and catch up on!
2k views

.hgignore file for symfony projects

This is the .hgignore file I use in the symfony projects I have in Mercurial repositories.

Text
  1. log
  2. cache
  3. config/ProjectConfiguration.class.php
  4. config/databases.yml
  5. config/properties.ini
  6. data/.*\.index
  7. data/.*\.sqlite3
  8. .DS_Store
  9.  

­

Tags: Plain Text symfony mercurial

Embed: