Skip to content

Commit

Permalink
Merge pull request #72 from daniel-de-wit/patch-1
Browse files Browse the repository at this point in the history
Add .gitattributes to reduce dist size
  • Loading branch information
olivervogel authored Dec 23, 2023
2 parents 8a3ccaf + a9db6ca commit 3ea3fb7
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 3ea3fb7

Please sign in to comment.