btford / grunt-merge-conflict

Grunt plugin for preventing you from accidentally comitting a merge conflict into your project
14 stars 2 forks source link

reStructuredText files are incorrectly marked as with conflicts #2

Open mgol opened 11 years ago

mgol commented 11 years ago

The task marks my README.rst file as with conflicts, error is in line 2; first 2 lines:

Project Title
=============
hueitan commented 9 years ago

I'm having the same problem here, probably we can't use ===== in our file

unless something change.

andymantell commented 9 years ago

Same here with Markdown files that include this string for headings

jsphstls commented 7 years ago

You can ignore markdown files: !*/.md

You can ignore directories that contain those files: !documentation/*/

Just options, not a solution.