diff --git a/src/Autocomplete/.gitignore b/src/Autocomplete/.gitignore index 1784dd6561c..91aef664849 100644 --- a/src/Autocomplete/.gitignore +++ b/src/Autocomplete/.gitignore @@ -1,4 +1,5 @@ /assets/node_modules/ +/config/reference.php /vendor/ /composer.lock /phpunit.xml diff --git a/src/Chartjs/.gitignore b/src/Chartjs/.gitignore index 2cc9f0231c3..2d7c1c06d51 100644 --- a/src/Chartjs/.gitignore +++ b/src/Chartjs/.gitignore @@ -1,4 +1,5 @@ /assets/node_modules/ +/config/reference.php /vendor/ /composer.lock /phpunit.xml diff --git a/src/Cropperjs/.gitignore b/src/Cropperjs/.gitignore index 2cc9f0231c3..2d7c1c06d51 100644 --- a/src/Cropperjs/.gitignore +++ b/src/Cropperjs/.gitignore @@ -1,4 +1,5 @@ /assets/node_modules/ +/config/reference.php /vendor/ /composer.lock /phpunit.xml diff --git a/src/Dropzone/.gitignore b/src/Dropzone/.gitignore index 2cc9f0231c3..2d7c1c06d51 100644 --- a/src/Dropzone/.gitignore +++ b/src/Dropzone/.gitignore @@ -1,4 +1,5 @@ /assets/node_modules/ +/config/reference.php /vendor/ /composer.lock /phpunit.xml diff --git a/src/Icons/.gitignore b/src/Icons/.gitignore index 1784dd6561c..91aef664849 100644 --- a/src/Icons/.gitignore +++ b/src/Icons/.gitignore @@ -1,4 +1,5 @@ /assets/node_modules/ +/config/reference.php /vendor/ /composer.lock /phpunit.xml diff --git a/src/LazyImage/.gitignore b/src/LazyImage/.gitignore index 2cc9f0231c3..2d7c1c06d51 100644 --- a/src/LazyImage/.gitignore +++ b/src/LazyImage/.gitignore @@ -1,4 +1,5 @@ /assets/node_modules/ +/config/reference.php /vendor/ /composer.lock /phpunit.xml diff --git a/src/LiveComponent/.gitignore b/src/LiveComponent/.gitignore index 1784dd6561c..91aef664849 100644 --- a/src/LiveComponent/.gitignore +++ b/src/LiveComponent/.gitignore @@ -1,4 +1,5 @@ /assets/node_modules/ +/config/reference.php /vendor/ /composer.lock /phpunit.xml diff --git a/src/Map/.gitignore b/src/Map/.gitignore index 50b321e33a2..7e78716b954 100644 --- a/src/Map/.gitignore +++ b/src/Map/.gitignore @@ -1,3 +1,4 @@ -vendor -composer.lock -.phpunit.result.cache +/config/reference.php +/vendor +/composer.lock +/.phpunit.result.cache diff --git a/src/Map/src/Bridge/Google/.gitignore b/src/Map/src/Bridge/Google/.gitignore index c49a5d8df5c..303575fd480 100644 --- a/src/Map/src/Bridge/Google/.gitignore +++ b/src/Map/src/Bridge/Google/.gitignore @@ -1,3 +1,4 @@ -vendor/ -composer.lock -phpunit.xml +/config/reference.php +/vendor/ +/composer.lock +/phpunit.xml diff --git a/src/Map/src/Bridge/Leaflet/.gitignore b/src/Map/src/Bridge/Leaflet/.gitignore index c49a5d8df5c..303575fd480 100644 --- a/src/Map/src/Bridge/Leaflet/.gitignore +++ b/src/Map/src/Bridge/Leaflet/.gitignore @@ -1,3 +1,4 @@ -vendor/ -composer.lock -phpunit.xml +/config/reference.php +/vendor/ +/composer.lock +/phpunit.xml diff --git a/src/React/.gitignore b/src/React/.gitignore index 2cc9f0231c3..2d7c1c06d51 100644 --- a/src/React/.gitignore +++ b/src/React/.gitignore @@ -1,4 +1,5 @@ /assets/node_modules/ +/config/reference.php /vendor/ /composer.lock /phpunit.xml diff --git a/src/StimulusBundle/.gitignore b/src/StimulusBundle/.gitignore index 6e705b91ed7..e5bd43b9a52 100644 --- a/src/StimulusBundle/.gitignore +++ b/src/StimulusBundle/.gitignore @@ -1,4 +1,5 @@ /assets/node_modules/ +/config/reference.php /vendor/ /composer.lock /phpunit.xml diff --git a/src/Svelte/.gitignore b/src/Svelte/.gitignore index 2cc9f0231c3..2d7c1c06d51 100644 --- a/src/Svelte/.gitignore +++ b/src/Svelte/.gitignore @@ -1,4 +1,5 @@ /assets/node_modules/ +/config/reference.php /vendor/ /composer.lock /phpunit.xml diff --git a/src/Swup/.gitignore b/src/Swup/.gitignore index 2cc9f0231c3..2d7c1c06d51 100644 --- a/src/Swup/.gitignore +++ b/src/Swup/.gitignore @@ -1,4 +1,5 @@ /assets/node_modules/ +/config/reference.php /vendor/ /composer.lock /phpunit.xml diff --git a/src/TogglePassword/.gitignore b/src/TogglePassword/.gitignore index 2cc9f0231c3..2d7c1c06d51 100644 --- a/src/TogglePassword/.gitignore +++ b/src/TogglePassword/.gitignore @@ -1,4 +1,5 @@ /assets/node_modules/ +/config/reference.php /vendor/ /composer.lock /phpunit.xml diff --git a/src/Toolkit/.gitignore b/src/Toolkit/.gitignore index cf8b688b719..e8674118bdd 100644 --- a/src/Toolkit/.gitignore +++ b/src/Toolkit/.gitignore @@ -1,7 +1,8 @@ -vendor -composer.lock -.phpunit.result.cache +/config/reference.php +/vendor +/composer.lock +/.phpunit.result.cache +/.twig-cs-fixer.cache var -.twig-cs-fixer.cache tests/ui/output tests/ui/screens diff --git a/src/Translator/.gitignore b/src/Translator/.gitignore index 1784dd6561c..91aef664849 100644 --- a/src/Translator/.gitignore +++ b/src/Translator/.gitignore @@ -1,4 +1,5 @@ /assets/node_modules/ +/config/reference.php /vendor/ /composer.lock /phpunit.xml diff --git a/src/Turbo/.gitignore b/src/Turbo/.gitignore index d365c4b922b..a1243dc7e5f 100644 --- a/src/Turbo/.gitignore +++ b/src/Turbo/.gitignore @@ -1,4 +1,5 @@ /assets/node_modules/ +/config/reference.php /vendor/ /composer.lock /drivers/ @@ -8,5 +9,3 @@ /tests/app/public/assets/ /tests/app/public/build/ /tests/app/var/ -/vendor/ -node_modules/ diff --git a/src/TwigComponent/.gitignore b/src/TwigComponent/.gitignore index 1784dd6561c..91aef664849 100644 --- a/src/TwigComponent/.gitignore +++ b/src/TwigComponent/.gitignore @@ -1,4 +1,5 @@ /assets/node_modules/ +/config/reference.php /vendor/ /composer.lock /phpunit.xml diff --git a/src/Typed/.gitignore b/src/Typed/.gitignore index 2cc9f0231c3..2d7c1c06d51 100644 --- a/src/Typed/.gitignore +++ b/src/Typed/.gitignore @@ -1,4 +1,5 @@ /assets/node_modules/ +/config/reference.php /vendor/ /composer.lock /phpunit.xml diff --git a/src/Vue/.gitignore b/src/Vue/.gitignore index 2cc9f0231c3..2d7c1c06d51 100644 --- a/src/Vue/.gitignore +++ b/src/Vue/.gitignore @@ -1,4 +1,5 @@ /assets/node_modules/ +/config/reference.php /vendor/ /composer.lock /phpunit.xml