delete
delete

Reputation:

There is no .hgignore file after I do an initial hginit command

I've created my very first Mercurial repo on my machine. I used the hg init command on the directory.

Now I'm trying to use this ignore file, before uploading to BitBucket:

Mercurial .hgignore for Visual Studio 2008 projects

Where would I post Even Mien's configuration file? I can't find an hgignore file anywhere.

Thanks

Upvotes: 0

Views: 351

Answers (2)

Manfred Moser
Manfred Moser

Reputation: 29912

Just create a new text file named .hgignore at the root folder of your project and paste the content into it.

Upvotes: 0

Amber
Amber

Reputation: 527378

Just make one in the top-level directory of the repository (the same place where the .hg folder is).

Upvotes: 1

Related Questions