Skip to content

Commit 8a73cf1

Browse files
committed
Add /doc to .gitattributes export-ignore
1 parent 79ce42d commit 8a73cf1

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

src/React/.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/StimulusBundle/.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/Svelte/.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/Swup/.gitattributes

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

src/TogglePassword/.gitattributes

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

src/Translator/.gitattributes

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

src/Turbo/.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@
66
/assets/src export-ignore
77
/assets/test export-ignore
88
/assets/vitest.config.js export-ignore
9+
/CONTRIBUTING.md export-ignore
10+
/docker-compose.yml
11+
/doc export-ignore
912
/tests export-ignore

src/TwigComponent/.gitattributes

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

src/Typed/.gitattributes

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

src/Vue/.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

0 commit comments

Comments
 (0)