Is it possible to exclude a directory from the diff mapping of a merge request in GitLab?
We started the version of the bower_components folder (1 - to speed up the assembly of the application, 2 - because bower does not have a locking mechanism), but this creates problems when viewing the code - many changed files appear inside bower_components, which makes diff differ read.
Thanks in advance
Since gitlab 8.8, gitlab support .gitattributes.
So, if your project doesn’t have to .gitattributesadd it,
.gitattributes
and exclude files for diff, add:
*.<whatever> -diff
and exclude directories from diff:
<mydir> -diff
Source: https://habr.com/ru/post/1663594/More articles:How to decode a csv file with long lines in a tensor stream using tf.decode_csv? - csvОтображение штрих-кодов для заполненного статуса уведомления по электронной почте ТОЛЬКО - phpWrapping each character in between - jqueryTensorflow Windows Accessing Folders Denied: "NewRandomAccessFile не удалось создать/открыть: доступ запрещен. Ошибка ввода/вывода" - pythonWhen the archive object in func encode code (with aCoder: NSCoder) crashed with fast enumeration in real mode - enumslaravel 5.2 send form data to controller using ajax - jqueryDownload OpenGL associates the last loaded texture with all texture parameters - c ++how to set display to 0 if database storage is Null - sqlWhat is the default password for Jupyter created in Google data proc - jupyter-notebookjenkins 2 download dependencies of some plugins - jenkinsAll Articles