Skip to content

Commit

Permalink
Clean and homogenize src/*/.gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kocal committed Jul 7, 2024
1 parent bdb5bc3 commit 68d6fdb
Show file tree
Hide file tree
Showing 19 changed files with 76 additions and 60 deletions.
4 changes: 2 additions & 2 deletions src/Autocomplete/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/assets/node_modules/
/vendor/
/composer.lock
/phpunit.xml
/vendor/
/var/
/.phpunit.result.cache
7 changes: 4 additions & 3 deletions src/Chartjs/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/assets/node_modules/
/vendor/
.phpunit.result.cache
.php_cs.cache
composer.lock
/composer.lock
/phpunit.xml
/.phpunit.result.cache
9 changes: 5 additions & 4 deletions src/Cropperjs/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
vendor
composer.lock
.php_cs.cache
.phpunit.result.cache
/assets/node_modules/
/vendor/
/composer.lock
/phpunit.xml
/.phpunit.result.cache
6 changes: 4 additions & 2 deletions src/Dropzone/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/assets/node_modules/
/vendor/
.phpunit.result.cache
composer.lock
/composer.lock
/phpunit.xml
/.phpunit.result.cache
5 changes: 3 additions & 2 deletions src/Icons/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/vendor
/assets/node_modules/
/vendor/
/composer.lock
/var
/phpunit.xml
/.phpunit.result.cache
9 changes: 5 additions & 4 deletions src/LazyImage/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
vendor
composer.lock
.php_cs.cache
.phpunit.result.cache
/assets/node_modules/
/vendor/
/composer.lock
/phpunit.xml
/.phpunit.result.cache
4 changes: 2 additions & 2 deletions src/LiveComponent/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/assets/node_modules/
/vendor/
/composer.lock
/phpunit.xml
/vendor/
/var/
/.phpunit.result.cache
7 changes: 4 additions & 3 deletions src/Notify/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/assets/node_modules/
/vendor/
.phpunit.result.cache
.php_cs.cache
composer.lock
/composer.lock
/phpunit.xml
/.phpunit.result.cache
9 changes: 5 additions & 4 deletions src/React/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
vendor
composer.lock
.php_cs.cache
.phpunit.result.cache
/assets/node_modules/
/vendor/
/composer.lock
/phpunit.xml
/.phpunit.result.cache
12 changes: 7 additions & 5 deletions src/StimulusBundle/.gitignore
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions src/Svelte/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/assets/node_modules
/assets/node_modules/
/vendor/
/composer.lock
/phpunit.xml
/vendor/
/.phpunit.result.cache
8 changes: 5 additions & 3 deletions src/Swup/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
vendor
composer.lock
.php_cs.cache
/assets/node_modules/
/vendor/
/composer.lock
/phpunit.xml
/.phpunit.result.cache
8 changes: 5 additions & 3 deletions src/TogglePassword/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
vendor/
composer.lock
.phpunit.result.cache
/assets/node_modules/
/vendor/
/composer.lock
/phpunit.xml
/.phpunit.result.cache
9 changes: 5 additions & 4 deletions src/Translator/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
vendor
composer.lock
.php_cs.cache
.phpunit.result.cache
/assets/node_modules/
/vendor/
/composer.lock
/phpunit.xml
/.phpunit.result.cache
13 changes: 3 additions & 10 deletions src/Turbo/.gitignore
Original file line number Diff line number Diff line change
@@ -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
2 changes: 2 additions & 0 deletions src/Turbo/tests/app/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/var/
/public/build/
6 changes: 4 additions & 2 deletions src/TwigComponent/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/assets/node_modules/
/vendor/
/composer.lock
/phpunit.xml
/vendor/
/var/
/.phpunit.result.cache

/var
5 changes: 4 additions & 1 deletion src/Typed/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
/vendor
/assets/node_modules/
/vendor/
/composer.lock
/phpunit.xml
/.phpunit.result.cache
9 changes: 5 additions & 4 deletions src/Vue/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
vendor
composer.lock
.php_cs.cache
.phpunit.result.cache
/assets/node_modules/
/vendor/
/composer.lock
/phpunit.xml
/.phpunit.result.cache

0 comments on commit 68d6fdb

Please sign in to comment.