Similar to
ignore, but only skips conversion of matching files. dontIgnoreConvert overrides these patterns.Unlike
ignore, matching files are still placed under the -/raw directory and can be publicly viewed.You almost always want this option over
ignore, with files that should not be in the repository being just ignored with your .gitignore instead: Section "Ignore from .gitignore".