mirror of
https://github.com/opdavies/build-configs.git
synced 2025-02-02 05:47:32 +00:00
Remove createInclusiveGitIgnoreFile option
This commit is contained in:
parent
988a677ded
commit
1369ee750a
|
@ -116,10 +116,6 @@ final class ConfigDto
|
||||||
new Assert\Type('bool'),
|
new Assert\Type('bool'),
|
||||||
]),
|
]),
|
||||||
|
|
||||||
'createInclusiveGitIgnoreFile' => new Assert\Optional([
|
|
||||||
new Assert\Type('bool'),
|
|
||||||
]),
|
|
||||||
|
|
||||||
'createTmuxStartupFile' => new Assert\Optional([
|
'createTmuxStartupFile' => new Assert\Optional([
|
||||||
new Assert\Type('bool'),
|
new Assert\Type('bool'),
|
||||||
]),
|
]),
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
# {{ managedText|raw }}
|
# {{ managedText|raw }}
|
||||||
|
|
||||||
{% if not experimental.createInclusiveGitIgnoreFile %}
|
|
||||||
.editorconfig
|
.editorconfig
|
||||||
.env
|
.env
|
||||||
.gitattributes
|
.gitattributes
|
||||||
|
@ -46,19 +45,3 @@ docker-compose.override.yaml
|
||||||
{% if flake is defined %}
|
{% if flake is defined %}
|
||||||
.dir-env/
|
.dir-env/
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% else %}
|
|
||||||
# Ignore everything.
|
|
||||||
*
|
|
||||||
|
|
||||||
# Include these things:
|
|
||||||
!/{{ drupal.docroot }}/*/custom/**
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{% for path in git.ignore|default([])|sort %}
|
|
||||||
{{ path }}
|
|
||||||
{% endfor %}
|
|
||||||
|
|
||||||
{% if experimental.createInclusiveGitIgnoreFile %}
|
|
||||||
# Even if they are in sub-directories.
|
|
||||||
!*/
|
|
||||||
{% endif %}
|
|
||||||
|
|
Loading…
Reference in a new issue