Open
Description
I find no options to ignore specific files to be built. Similar problems for watch
/serve
commands were mentioned in #831, and the improvement of the [build]
configuration was also suggested there. But I think this is still a different issue better to be tracked separately.
A workaround to this problem is to specify src
to a subdirectory. This can work, but far from perfect. It is not pleasant for transition from a repository of documents (consisting of plenty of .md
files in the root directory) already checked in, as moving the files from the root to the subdirectory leads to much noise in the VCS history.
(Moreover, relying on .gitignore
is problematic. What if there is only .hgignore
, for example?)