0

Where and how can I create/edit the .hgignore file within a Cloud9 IDE project?

The project was started by cloning a Mercurial repo. I don't see any mercurial specific files or directories.

ahhu
  • 5
  • 2

1 Answers1

0

I don't know Cloud9, but in Mercurial .hgignore always goes in the top level of your repository itself (not in .hg). If they're supporting .hgignore at all, that's where they're doing it.

Ry4an Brase
  • 78,112
  • 7
  • 148
  • 169