Skip to content

Commit

Permalink
Merge pull request #33 from Ar2r/bugfix/exclude_test_data
Browse files Browse the repository at this point in the history
bugfix: exclude test files from package
  • Loading branch information
kamermans authored Aug 11, 2021
2 parents ececd21 + 717a6a8 commit 0849d1b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Path-based git attributes
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html

# Ignore all test and documentation with "export-ignore".
/.gitattributes export-ignore
/.gitignore export-ignore
/.php_cs export-ignore
/.travis.yml export-ignore
/examples export-ignore
/guzzle_environments export-ignore
/tests export-ignore

0 comments on commit 0849d1b

Please sign in to comment.