Hi friends,
I use mercurial for php projects at localhost. and my .hgignore is not working :/ we host it under .hg/ folder, dont we? I googled so much for the issue, my code is exactly same with other examples, but mine is not working :/
/.hg/.hgignore file
# Allow *. syntax
syntax:glob
# Ignore these files
.hgignore
.htaccess
.hg/*
Thanks a lot!