Wykres commitów

1 Commity (e19e27d3a7eb6c7b01fc810ba9b795778deee0f8)

Autor SHA1 Wiadomość Data
Samuel Gaist 8591960f0c
feat: implement parameters to allow use of an extra ignore file
In supplement to the support for the .dockerignore and .containerignore
files, these two new parameters (extra-ignore-file and ingore-file-strategy)
allow to modify how the ignore list is managed.

This allows, for example in the case of BinderHub, the administrator to
have a default set of files or folders that get ignored if the repository
does not contain such any ignore file.

The following strategies are available:
- ours
- theirs
- merge

The first forces the use of the file passed in parameters
The second uses the file from the repository if it exists
The last puts both together
2024-02-05 14:55:06 +01:00