diff --git a/src/Autocomplete/.gitignore b/src/Autocomplete/.gitignore index 854217846fe..1784dd6561c 100644 --- a/src/Autocomplete/.gitignore +++ b/src/Autocomplete/.gitignore @@ -1,5 +1,7 @@ +/assets/node_modules/ +/vendor/ /composer.lock /phpunit.xml -/vendor/ -/var/ /.phpunit.result.cache + +/var diff --git a/src/Chartjs/.gitignore b/src/Chartjs/.gitignore index bb17c3e124c..2cc9f0231c3 100644 --- a/src/Chartjs/.gitignore +++ b/src/Chartjs/.gitignore @@ -1,4 +1,5 @@ +/assets/node_modules/ /vendor/ -.phpunit.result.cache -.php_cs.cache -composer.lock +/composer.lock +/phpunit.xml +/.phpunit.result.cache diff --git a/src/Cropperjs/.gitignore b/src/Cropperjs/.gitignore index 30282084317..2cc9f0231c3 100644 --- a/src/Cropperjs/.gitignore +++ b/src/Cropperjs/.gitignore @@ -1,4 +1,5 @@ -vendor -composer.lock -.php_cs.cache -.phpunit.result.cache +/assets/node_modules/ +/vendor/ +/composer.lock +/phpunit.xml +/.phpunit.result.cache diff --git a/src/Dropzone/.gitignore b/src/Dropzone/.gitignore index 3ffdd8aef65..2cc9f0231c3 100644 --- a/src/Dropzone/.gitignore +++ b/src/Dropzone/.gitignore @@ -1,3 +1,5 @@ +/assets/node_modules/ /vendor/ -.phpunit.result.cache -composer.lock +/composer.lock +/phpunit.xml +/.phpunit.result.cache diff --git a/src/Icons/.gitignore b/src/Icons/.gitignore index 6b4669489f4..1784dd6561c 100644 --- a/src/Icons/.gitignore +++ b/src/Icons/.gitignore @@ -1,4 +1,7 @@ -/vendor +/assets/node_modules/ +/vendor/ /composer.lock -/var +/phpunit.xml /.phpunit.result.cache + +/var diff --git a/src/LazyImage/.gitignore b/src/LazyImage/.gitignore index 30282084317..2cc9f0231c3 100644 --- a/src/LazyImage/.gitignore +++ b/src/LazyImage/.gitignore @@ -1,4 +1,5 @@ -vendor -composer.lock -.php_cs.cache -.phpunit.result.cache +/assets/node_modules/ +/vendor/ +/composer.lock +/phpunit.xml +/.phpunit.result.cache diff --git a/src/LiveComponent/.gitignore b/src/LiveComponent/.gitignore index 854217846fe..1784dd6561c 100644 --- a/src/LiveComponent/.gitignore +++ b/src/LiveComponent/.gitignore @@ -1,5 +1,7 @@ +/assets/node_modules/ +/vendor/ /composer.lock /phpunit.xml -/vendor/ -/var/ /.phpunit.result.cache + +/var diff --git a/src/Notify/.gitignore b/src/Notify/.gitignore index bb17c3e124c..2cc9f0231c3 100644 --- a/src/Notify/.gitignore +++ b/src/Notify/.gitignore @@ -1,4 +1,5 @@ +/assets/node_modules/ /vendor/ -.phpunit.result.cache -.php_cs.cache -composer.lock +/composer.lock +/phpunit.xml +/.phpunit.result.cache diff --git a/src/React/.gitignore b/src/React/.gitignore index 30282084317..2cc9f0231c3 100644 --- a/src/React/.gitignore +++ b/src/React/.gitignore @@ -1,4 +1,5 @@ -vendor -composer.lock -.php_cs.cache -.phpunit.result.cache +/assets/node_modules/ +/vendor/ +/composer.lock +/phpunit.xml +/.phpunit.result.cache diff --git a/src/StimulusBundle/.gitignore b/src/StimulusBundle/.gitignore index d776edf227a..6e705b91ed7 100644 --- a/src/StimulusBundle/.gitignore +++ b/src/StimulusBundle/.gitignore @@ -1,5 +1,7 @@ -.php-cs-fixer.cache -.phpunit.result.cache -composer.lock -vendor/ -tests/fixtures/var +/assets/node_modules/ +/vendor/ +/composer.lock +/phpunit.xml +/.phpunit.result.cache + +/tests/fixtures/var diff --git a/src/Svelte/.gitignore b/src/Svelte/.gitignore index bf4b985d010..2cc9f0231c3 100644 --- a/src/Svelte/.gitignore +++ b/src/Svelte/.gitignore @@ -1,5 +1,5 @@ -/assets/node_modules +/assets/node_modules/ +/vendor/ /composer.lock /phpunit.xml -/vendor/ /.phpunit.result.cache diff --git a/src/Swup/.gitignore b/src/Swup/.gitignore index 4a45ef5f7ae..2cc9f0231c3 100644 --- a/src/Swup/.gitignore +++ b/src/Swup/.gitignore @@ -1,3 +1,5 @@ -vendor -composer.lock -.php_cs.cache +/assets/node_modules/ +/vendor/ +/composer.lock +/phpunit.xml +/.phpunit.result.cache diff --git a/src/TogglePassword/.gitignore b/src/TogglePassword/.gitignore index 3d7e132f307..2cc9f0231c3 100644 --- a/src/TogglePassword/.gitignore +++ b/src/TogglePassword/.gitignore @@ -1,3 +1,5 @@ -vendor/ -composer.lock -.phpunit.result.cache +/assets/node_modules/ +/vendor/ +/composer.lock +/phpunit.xml +/.phpunit.result.cache diff --git a/src/Translator/.gitignore b/src/Translator/.gitignore index 30282084317..2cc9f0231c3 100644 --- a/src/Translator/.gitignore +++ b/src/Translator/.gitignore @@ -1,4 +1,5 @@ -vendor -composer.lock -.php_cs.cache -.phpunit.result.cache +/assets/node_modules/ +/vendor/ +/composer.lock +/phpunit.xml +/.phpunit.result.cache diff --git a/src/Turbo/.gitignore b/src/Turbo/.gitignore index 264070be8bd..2cc9f0231c3 100644 --- a/src/Turbo/.gitignore +++ b/src/Turbo/.gitignore @@ -1,12 +1,5 @@ -/.php_cs.cache -/.php_cs -/.phpunit.result.cache -/composer.phar +/assets/node_modules/ +/vendor/ /composer.lock /phpunit.xml -/vendor/ -/tests/app/var -/tests/app/public/build/ -node_modules/ -package-lock.json -yarn.lock +/.phpunit.result.cache diff --git a/src/Turbo/tests/app/.gitignore b/src/Turbo/tests/app/.gitignore new file mode 100644 index 00000000000..86806e8a4ab --- /dev/null +++ b/src/Turbo/tests/app/.gitignore @@ -0,0 +1,2 @@ +/var/ +/public/build/ diff --git a/src/TwigComponent/.gitignore b/src/TwigComponent/.gitignore index 854217846fe..1784dd6561c 100644 --- a/src/TwigComponent/.gitignore +++ b/src/TwigComponent/.gitignore @@ -1,5 +1,7 @@ +/assets/node_modules/ +/vendor/ /composer.lock /phpunit.xml -/vendor/ -/var/ /.phpunit.result.cache + +/var diff --git a/src/Typed/.gitignore b/src/Typed/.gitignore index de4a392c331..2cc9f0231c3 100644 --- a/src/Typed/.gitignore +++ b/src/Typed/.gitignore @@ -1,2 +1,5 @@ -/vendor +/assets/node_modules/ +/vendor/ /composer.lock +/phpunit.xml +/.phpunit.result.cache diff --git a/src/Vue/.gitignore b/src/Vue/.gitignore index 30282084317..2cc9f0231c3 100644 --- a/src/Vue/.gitignore +++ b/src/Vue/.gitignore @@ -1,4 +1,5 @@ -vendor -composer.lock -.php_cs.cache -.phpunit.result.cache +/assets/node_modules/ +/vendor/ +/composer.lock +/phpunit.xml +/.phpunit.result.cache