Skip to content

Commit

Permalink
minor #68 Update .gitattributes (VincentLanglet)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.0-dev branch.

Discussion
----------

| Q             | A
| ------------- | ---
| Branch?       | main
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Fixed tickets | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->
| License       | MIT

Hi @sstok, I found some minor mistake in the gitattributes file.

Commits
-------

b9c7cca Update .gitattributes
  • Loading branch information
sstok authored Mar 7, 2024
2 parents 01a5047 + b9c7cca commit ab10732
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
# Always use LF
core.autocrlf=lf

.editorconfig
.editorconfig export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.php_cs export-ignore
.php-cs-fixer.dist.php export-ignore
Makefile export-ignore
.github export-ignore
phpunit.xml.dist export-ignore
phpstan.neon export-ignore
/tests export-ignore
/docs export-ignore

0 comments on commit ab10732

Please sign in to comment.