Skip to content

Commit

Permalink
chore: Updated .gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
usernane committed Dec 24, 2024
1 parent d2e2072 commit 594c617
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
#perform LF normalization
* text eol=crlf
*.php text eol=crlf
*.html text eol=crlf
# Files and folders here will be not included when creating package
/tests export-ignore
/examples export-ignore
/.github export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/phpunit.xml export-ignore
/sonar-project.properties export-ignore
/phpunit.xml export-ignore
/ecs.php export-ignore
/php_cs.php.dist export-ignore
/phpbench.json export-ignore
/sonar-project.properties export-ignore
/ecs.php export-ignore
/CHANGELOG.md export-ignore
/release-commit.php export-ignore
/release-please-manifest.json export-ignore
/release-please-config.json export-ignore

0 comments on commit 594c617

Please sign in to comment.