Skip to content

Commit ec11e49

Browse files
committed
Add /doc to .gitattributes export-ignore
1 parent d9e9caa commit ec11e49

File tree

20 files changed

+24
-0
lines changed

20 files changed

+24
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,7 @@ yarn-error.log
1212

1313
.doctor-rst.cache
1414
.php-cs-fixer.cache
15+
.phpunit.result.cache
16+
1517
/composer.lock
1618
/vendor

src/Autocomplete/.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
/.symfony.bundle.yaml export-ignore
44
/assets/src export-ignore
55
/assets/test export-ignore
6+
/doc export-ignore
67
/phpunit.xml.dist export-ignore
78
/tests export-ignore

src/Chartjs/.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
/assets/src export-ignore
55
/assets/test export-ignore
66
/assets/vitest.config.js export-ignore
7+
/doc export-ignore
78
/phpunit.xml.dist export-ignore
89
/tests export-ignore

src/Cropperjs/.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
/.symfony.bundle.yaml export-ignore
44
/assets/src export-ignore
55
/assets/test export-ignore
6+
/doc export-ignore
67
/phpunit.xml.dist export-ignore
78
/tests export-ignore

src/Dropzone/.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
/.symfony.bundle.yaml export-ignore
44
/assets/src export-ignore
55
/assets/test export-ignore
6+
/doc export-ignore
67
/phpunit.xml.dist export-ignore
78
/tests export-ignore

src/Icons/.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/.gitattributes export-ignore
22
/.gitignore export-ignore
33
/.symfony.bundle.yaml export-ignore
4+
/doc export-ignore
45
/phpunit.xml.dist export-ignore
56
/tests export-ignore

src/LazyImage/.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
/.symfony.bundle.yaml export-ignore
44
/assets/src export-ignore
55
/assets/test export-ignore
6+
/doc export-ignore
67
/phpunit.xml.dist export-ignore
78
/tests export-ignore

src/LiveComponent/.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
/.symfony.bundle.yaml export-ignore
44
/assets/src export-ignore
55
/assets/test export-ignore
6+
/doc export-ignore
67
/phpunit.xml.dist export-ignore
78
/tests export-ignore

src/Map/.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
/assets/src export-ignore
66
/assets/test export-ignore
77
/assets/vitest.config.js export-ignore
8+
/doc export-ignore
89
/tests export-ignore

src/Notify/.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
/.symfony.bundle.yaml export-ignore
44
/assets/src export-ignore
55
/assets/test export-ignore
6+
/doc export-ignore
67
/phpunit.xml.dist export-ignore
78
/tests export-ignore

0 commit comments

Comments
 (0)