Skip to content

Commit fee5542

Browse files
committed
minor #256 Update .gitattributes (gharlan)
This PR was merged into the 2.x branch. Discussion ---------- Update .gitattributes | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Issues | | License | MIT <!-- Replace this notice by a description of your feature/bugfix. This will help reviewers and should be a good start for the documentation. Additionally (see https://symfony.com/releases): - Always add tests and ensure they pass. - For new features, provide some code snippets to help understand usage. - Features and deprecations must be submitted against branch main. - Update/add documentation as required (we can help!) - Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry - Never break backward compatibility (see https://symfony.com/bc). --> * Reorder .gitattributes * Add `/doc`, `.symfony.bundle.yaml` and `CONTRIBUTING.md` Commits ------- 4286633 Update .gitattributes
2 parents c1c96dd + 4286633 commit fee5542

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.gitattributes

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
/.github export-ignore
2+
/doc export-ignore
23
/tests export-ignore
34
/tools export-ignore
4-
/phpunit.xml.dist export-ignore
5+
/.editorconfig export-ignore
56
/.gitattributes export-ignore
67
/.gitignore export-ignore
78
/.php-cs-fixer.dist.php export-ignore
8-
/phpstan.neon.dist export-ignore
9+
/.symfony.bundle.yaml export-ignore
10+
/CONTRIBUTING.md export-ignore
911
/phpstan-baseline.neon export-ignore
12+
/phpstan.neon.dist export-ignore
13+
/phpunit.xml.dist export-ignore
1014
/psalm-baseline.xml export-ignore
1115
/psalm.xml export-ignore
12-
/.editorconfig export-ignore

0 commit comments

Comments
 (0)