Skip to content

Commit b7cc449

Browse files
committed
feature #1242 [DX] Update .gitattributes & .gitignores files (smnandre)
This PR was squashed before being merged into the 2.x branch. Discussion ---------- [DX] Update .gitattributes & .gitignores files StimulusBundle did not have a `.gitattributes` file, packaging all the tests code (see: [symfony/stimulus-bundle](https://cdn.jsdelivr.net/gh/symfony/stimulus-bundle/) VS. [symfony/ux-twig-component](https://cdn.jsdelivr.net/gh/symfony/ux-twig-component/) | NOK | OK | | - | - | | ![stimulus-bundle](https://github.com/symfony/ux/assets/1359581/c82d78dd-535c-4f17-a96a-70895f167c43) | ![twig-component](https://github.com/symfony/ux/assets/1359581/76bacad4-7c39-4fce-a389-bfe3c2a07fe8) | I used the occasion to check / refresh all the packages `.gitignore` and `.gitattributes` and * add missing phpunit.xml.dist (once) * remove unnecessary .gitignore files * simplify export rules about assets/src files Commits ------- 35832abfc3 [DX] Update .gitattributes & .gitignores files
2 parents 56f3974 + 2be5866 commit b7cc449

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.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

assets/.gitignore

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

0 commit comments

Comments
 (0)