mirror of
https://github.com/opdavies/build-configs.git
synced 2025-02-13 10:06:56 +00:00
19 lines
242 B
Twig
19 lines
242 B
Twig
# {{ managedText|raw }}
|
|
|
|
/.phpunit.cache
|
|
/.phpunit.result.cache
|
|
/output_*/
|
|
/vendor/
|
|
|
|
# Front-end assets.
|
|
node_modules
|
|
source/build
|
|
|
|
{% if isFlake %}
|
|
/.direnv/
|
|
{% endif %}
|
|
|
|
{% for path in git.ignore|default([])|sort %}
|
|
{{ path }}
|
|
{% endfor %}
|