Skip to content

Commit

Permalink
Update .gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Feb 8, 2024
1 parent b5e0796 commit 5f03af2
Showing 1 changed file with 18 additions and 17 deletions.
35 changes: 18 additions & 17 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
*.http text eol=crlf

/js/src export-ignore
/tests export-ignore
/vendor-bin export-ignore
/.babelrc export-ignore
/.eslintignore export-ignore
/.eslintrc export-ignore
/.gitattributes export-ignore
/.github export-ignore
/.gitignore export-ignore
/.phplint.yml export-ignore
/.scrutinizer.yml export-ignore
/.travis.yml export-ignore
/phpcs.xml.dist export-ignore
/phpmd.ruleset.xml export-ignore
/phpstan.neon.dist export-ignore
/phpunit.xml.dist export-ignore
/psalm.xml.dist export-ignore
/.babelrc export-ignore
/.eslintignore export-ignore
/.eslintrc export-ignore
/.gitattributes export-ignore
/.github export-ignore
/.gitignore export-ignore
/.phplint.yml export-ignore
/.pronamic-build-ignore export-ignore
/.scrutinizer.yml export-ignore
/.travis.yml export-ignore
/js/src export-ignore
/phpcs.xml.dist export-ignore
/phpmd.ruleset.xml export-ignore
/phpstan.neon.dist export-ignore
/phpunit.xml.dist export-ignore
/psalm.xml.dist export-ignore
/tests export-ignore
/vendor-bin export-ignore

0 comments on commit 5f03af2

Please sign in to comment.