Closed paulvi closed 11 years ago
The pattern you need is .*.md.html
.
It is genius. :+1:
Well, working late at night creates really silly questions.
All questions are welcome - I do appreciate your input to this project, it has helped take it forward considerably :)
Currently temp html files get . in the beginning. That is good, because Eclipse by default don't show such files. Those files should never be committed into git repository, so I added /.* to
.gitignore
. However.gitignore
also starts with . (dot), so how to commit.gitignore
now? I maybe just don't know some EGit or git way to do that.