Skip to content

Commit

Permalink
Add .gitattributes to reduce dist size
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-de-wit authored Dec 23, 2023
1 parent 8a3ccaf commit a9db6ca
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# https://php.watch/articles/composer-gitattributes

# Exclude build/test files from archive
/.github export-ignore
/tests export-ignore
.gitattributes export-ignore
.gitignore export-ignore
Dockerfile export-ignore
docker-compose.yml export-ignore
phpunit.xml export-ignore

0 comments on commit a9db6ca

Please sign in to comment.