2k views
.hgignore file for symfony projects
This is the .hgignore file I use in the symfony projects I have in Mercurial repositories.
Text
- log
- cache
- config/ProjectConfiguration.class.php
- config/databases.yml
- config/properties.ini
- data/.*\.index
- data/.*\.sqlite3
- .DS_Store
Submitted by miguelSantirso over 2 years ago — last modified less than a minute ago