I use mercurial for php projects and my .hgignore file is not working. It\'s supposed to be placed in the .hg/ folder, isn\'t it?
Using Mercurial, I need to ignore all files except for those in a certain directory called \"keepers\".
How can ask Mercurial to warn me before I add files which would otherwise be ignored? For e开发者_开发百科xample, something like:
I\'m trying to 开发者_开发知识库ignore a file in my project with .hgignore, and just can\'t figure it out. The file is located in app/views/patterns/_changes.erb (relative to the root of the project,