Skip to content

Commit

Permalink
Add .gitattributes file to exclude files from generated package.
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentTorregrosa committed Oct 5, 2020
1 parent c88bf84 commit 5d59a82
Show file tree
Hide file tree
Showing 2 changed files with 11 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 @@
# Exclude build/test files from archive.
/tests export-ignore
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/phpunit.xml.dist export-ignore

# Configure diff output for .php files.
*.php diff=php
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
vendor
composer.lock

0 comments on commit 5d59a82

Please sign in to comment.