-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Feature: suppress copying files by configuration #1156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
To be more specific, Butbucket serves the project wikis as Mercurial repositories, but the Markdown features are limited. So, I decide to rearrange the documents in some other forms (hopefully with HTML output). However, at least the original |
Since the default behavior may be expected, I wish the configuration opt-in. This should not break any existing usage. |
I would love to use This repository contains very little else than the markdown files, I want them to be front and center, not in a subdirectory. |
Any updates on this issue? Would love to have this feature too! :) |
Can this be closed in favor of the more elaborated duplicate #1187? |
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?)The text was updated successfully, but these errors were encountered: