Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/Autocomplete/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/assets/node_modules/
/config/reference.php
/vendor/
/composer.lock
/phpunit.xml
Expand Down
1 change: 1 addition & 0 deletions src/Chartjs/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/assets/node_modules/
/config/reference.php
/vendor/
/composer.lock
/phpunit.xml
Expand Down
1 change: 1 addition & 0 deletions src/Cropperjs/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/assets/node_modules/
/config/reference.php
/vendor/
/composer.lock
/phpunit.xml
Expand Down
1 change: 1 addition & 0 deletions src/Dropzone/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/assets/node_modules/
/config/reference.php
/vendor/
/composer.lock
/phpunit.xml
Expand Down
1 change: 1 addition & 0 deletions src/Icons/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/assets/node_modules/
/config/reference.php
/vendor/
/composer.lock
/phpunit.xml
Expand Down
1 change: 1 addition & 0 deletions src/LazyImage/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/assets/node_modules/
/config/reference.php
/vendor/
/composer.lock
/phpunit.xml
Expand Down
1 change: 1 addition & 0 deletions src/LiveComponent/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/assets/node_modules/
/config/reference.php
/vendor/
/composer.lock
/phpunit.xml
Expand Down
7 changes: 4 additions & 3 deletions src/Map/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
vendor
composer.lock
.phpunit.result.cache
/config/reference.php
/vendor
/composer.lock
/.phpunit.result.cache
7 changes: 4 additions & 3 deletions src/Map/src/Bridge/Google/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
vendor/
composer.lock
phpunit.xml
/config/reference.php
/vendor/
/composer.lock
/phpunit.xml
7 changes: 4 additions & 3 deletions src/Map/src/Bridge/Leaflet/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
vendor/
composer.lock
phpunit.xml
/config/reference.php
/vendor/
/composer.lock
/phpunit.xml
1 change: 1 addition & 0 deletions src/React/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/assets/node_modules/
/config/reference.php
/vendor/
/composer.lock
/phpunit.xml
Expand Down
1 change: 1 addition & 0 deletions src/StimulusBundle/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/assets/node_modules/
/config/reference.php
/vendor/
/composer.lock
/phpunit.xml
Expand Down
1 change: 1 addition & 0 deletions src/Svelte/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/assets/node_modules/
/config/reference.php
/vendor/
/composer.lock
/phpunit.xml
Expand Down
1 change: 1 addition & 0 deletions src/Swup/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/assets/node_modules/
/config/reference.php
/vendor/
/composer.lock
/phpunit.xml
Expand Down
1 change: 1 addition & 0 deletions src/TogglePassword/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/assets/node_modules/
/config/reference.php
/vendor/
/composer.lock
/phpunit.xml
Expand Down
9 changes: 5 additions & 4 deletions src/Toolkit/.gitignore
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions src/Translator/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/assets/node_modules/
/config/reference.php
/vendor/
/composer.lock
/phpunit.xml
Expand Down
3 changes: 1 addition & 2 deletions src/Turbo/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/assets/node_modules/
/config/reference.php
/vendor/
/composer.lock
/drivers/
Expand All @@ -8,5 +9,3 @@
/tests/app/public/assets/
/tests/app/public/build/
/tests/app/var/
/vendor/
node_modules/
1 change: 1 addition & 0 deletions src/TwigComponent/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/assets/node_modules/
/config/reference.php
/vendor/
/composer.lock
/phpunit.xml
Expand Down
1 change: 1 addition & 0 deletions src/Typed/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/assets/node_modules/
/config/reference.php
/vendor/
/composer.lock
/phpunit.xml
Expand Down
1 change: 1 addition & 0 deletions src/Vue/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/assets/node_modules/
/config/reference.php
/vendor/
/composer.lock
/phpunit.xml
Expand Down
Loading