Skip to content

Commit

Permalink
Add dev files to dist
Browse files Browse the repository at this point in the history
  • Loading branch information
mtvbrianking authored Jun 11, 2020
1 parent 961f1a4 commit 135d7f4
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
# Path-based git attributes
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html

/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.php_cs export-ignore
/.sami.dist export-ignore
/.scrutinizer.yml export-ignore
/.styleci.yml export-ignore
/.travis.yml export-ignore
/coverage export-ignore
/docs export-ignore
/phpunit.xml.dist export-ignore
/tests export-ignore

# Uncomment the lines below for your package;
# These are basically files you don't want in a release.

# /.editorconfig export-ignore
# /.gitattributes export-ignore
# /.gitignore export-ignore
# /.php_cs export-ignore
# /.sami.dist export-ignore
# /.scrutinizer.yml export-ignore
# /.styleci.yml export-ignore
# /.travis.yml export-ignore
# /phpunit.xml.dist export-ignore
# /tests export-ignore

0 comments on commit 135d7f4

Please sign in to comment.