Skip to content

Commit

Permalink
Stop exporting development files (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor committed Mar 18, 2023
1 parent 4ca16b9 commit 992ece9
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,12 @@
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html

# Ignore all test and documentation with "export-ignore".
/.editorconfig export-ignore
/.github export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/phpunit.xml.dist export-ignore
/art export-ignore
/docs export-ignore
/composer.lock export-ignore
/phpunit.xml export-ignore
/pint.json export-ignore
/tests export-ignore
/.editorconfig export-ignore
/.php_cs.dist.php export-ignore
/psalm.xml export-ignore
/psalm.xml.dist export-ignore
/testbench.yaml export-ignore
/UPGRADING.md export-ignore
/phpstan.neon.dist export-ignore
/phpstan-baseline.neon export-ignore

0 comments on commit 992ece9

Please sign in to comment.