Skip to content

Commit 35832ab

Browse files
smnandreweaverryan
authored andcommitted
[DX] Update .gitattributes & .gitignores files
1 parent 52dc225 commit 35832ab

File tree

18 files changed

+32
-30
lines changed

18 files changed

+32
-30
lines changed

src/Autocomplete/.gitattributes

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/.gitattributes export-ignore
22
/.gitignore export-ignore
33
/.symfony.bundle.yaml export-ignore
4-
/phpunit.xml.dist export-ignore
5-
/assets/.gitignore export-ignore
6-
/assets/src/**/*.ts export-ignore
4+
/assets/src export-ignore
75
/assets/test export-ignore
6+
/phpunit.xml.dist export-ignore
87
/tests export-ignore

src/Autocomplete/assets/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/Chartjs/.gitattributes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/.gitattributes export-ignore
22
/.gitignore export-ignore
33
/.symfony.bundle.yaml export-ignore
4-
/phpunit.xml.dist export-ignore
5-
/assets/src/**/*.ts export-ignore
4+
/assets/src export-ignore
65
/assets/test export-ignore
76
/assets/vitest.config.js export-ignore
7+
/phpunit.xml.dist export-ignore
88
/tests export-ignore

src/Cropperjs/.gitattributes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/.gitattributes export-ignore
22
/.gitignore export-ignore
33
/.symfony.bundle.yaml export-ignore
4-
/phpunit.xml.dist export-ignore
5-
/assets/src/**/*.ts export-ignore
4+
/assets/src export-ignore
65
/assets/test export-ignore
6+
/phpunit.xml.dist export-ignore
77
/tests export-ignore

src/Dropzone/.gitattributes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/.gitattributes export-ignore
22
/.gitignore export-ignore
33
/.symfony.bundle.yaml export-ignore
4-
/phpunit.xml.dist export-ignore
5-
/assets/src/**/*.ts export-ignore
4+
/assets/src export-ignore
65
/assets/test export-ignore
6+
/phpunit.xml.dist export-ignore
77
/tests export-ignore

src/LazyImage/.gitattributes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/.gitattributes export-ignore
22
/.gitignore export-ignore
33
/.symfony.bundle.yaml export-ignore
4-
/phpunit.xml.dist export-ignore
5-
/assets/src/**/*.ts export-ignore
4+
/assets/src export-ignore
65
/assets/test export-ignore
6+
/phpunit.xml.dist export-ignore
77
/tests export-ignore

src/LiveComponent/.gitattributes

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
/.gitattributes export-ignore
22
/.gitignore export-ignore
33
/.symfony.bundle.yaml export-ignore
4-
/phpunit.xml.dist export-ignore
5-
/assets/.gitignore export-ignore
6-
/assets/src/**/*.ts export-ignore
4+
/assets/src export-ignore
75
/assets/test export-ignore
86
/phpunit.xml.dist export-ignore
97
/tests export-ignore

src/LiveComponent/assets/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/Notify/.gitattributes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/.gitattributes export-ignore
22
/.gitignore export-ignore
33
/.symfony.bundle.yaml export-ignore
4-
/phpunit.xml.dist export-ignore
5-
/assets/src/**/*.ts export-ignore
4+
/assets/src export-ignore
65
/assets/test export-ignore
6+
/phpunit.xml.dist export-ignore
77
/tests export-ignore

src/React/.gitattributes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/.gitattributes export-ignore
22
/.gitignore export-ignore
33
/.symfony.bundle.yaml export-ignore
4-
/phpunit.xml.dist export-ignore
5-
/assets/src/**/*.ts export-ignore
4+
/assets/src export-ignore
65
/assets/test export-ignore
76
/assets/vitest.config.js export-ignore
7+
/phpunit.xml.dist export-ignore
88
/tests export-ignore

0 commit comments

Comments
 (0)