Skip to content

Commit d9e9caa

Browse files
Kocalsmnandre
authored andcommitted
Clean and homogenize src/*/.gitignore
1 parent 19aee2d commit d9e9caa

File tree

19 files changed

+82
-54
lines changed

19 files changed

+82
-54
lines changed

src/Autocomplete/.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
/assets/node_modules/
2+
/vendor/
13
/composer.lock
24
/phpunit.xml
3-
/vendor/
4-
/var/
55
/.phpunit.result.cache
6+
7+
/var

src/Chartjs/.gitignore

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1+
/assets/node_modules/
12
/vendor/
2-
.phpunit.result.cache
3-
.php_cs.cache
4-
composer.lock
3+
/composer.lock
4+
/phpunit.xml
5+
/.phpunit.result.cache

src/Cropperjs/.gitignore

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
vendor
2-
composer.lock
3-
.php_cs.cache
4-
.phpunit.result.cache
1+
/assets/node_modules/
2+
/vendor/
3+
/composer.lock
4+
/phpunit.xml
5+
/.phpunit.result.cache

src/Dropzone/.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/assets/node_modules/
12
/vendor/
2-
.phpunit.result.cache
3-
composer.lock
3+
/composer.lock
4+
/phpunit.xml
5+
/.phpunit.result.cache

src/Icons/.gitignore

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
/vendor
1+
/assets/node_modules/
2+
/vendor/
23
/composer.lock
3-
/var
4+
/phpunit.xml
45
/.phpunit.result.cache
6+
7+
/var

src/LazyImage/.gitignore

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
vendor
2-
composer.lock
3-
.php_cs.cache
4-
.phpunit.result.cache
1+
/assets/node_modules/
2+
/vendor/
3+
/composer.lock
4+
/phpunit.xml
5+
/.phpunit.result.cache

src/LiveComponent/.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
/assets/node_modules/
2+
/vendor/
13
/composer.lock
24
/phpunit.xml
3-
/vendor/
4-
/var/
55
/.phpunit.result.cache
6+
7+
/var

src/Notify/.gitignore

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1+
/assets/node_modules/
12
/vendor/
2-
.phpunit.result.cache
3-
.php_cs.cache
4-
composer.lock
3+
/composer.lock
4+
/phpunit.xml
5+
/.phpunit.result.cache

src/React/.gitignore

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
vendor
2-
composer.lock
3-
.php_cs.cache
4-
.phpunit.result.cache
1+
/assets/node_modules/
2+
/vendor/
3+
/composer.lock
4+
/phpunit.xml
5+
/.phpunit.result.cache

src/StimulusBundle/.gitignore

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
.php-cs-fixer.cache
2-
.phpunit.result.cache
3-
composer.lock
4-
vendor/
5-
tests/fixtures/var
1+
/assets/node_modules/
2+
/vendor/
3+
/composer.lock
4+
/phpunit.xml
5+
/.phpunit.result.cache
6+
7+
/tests/fixtures/var

0 commit comments

Comments
 (0)