Skip to content

Commit

Permalink
bug #864 Remove development files from releases (phansys)
Browse files Browse the repository at this point in the history
This PR was submitted for the master branch but it was merged into the 2.x branch instead.

Discussion
----------

Remove development files from releases

Environment specific files were also removed from `.gitattributes`. They should be [globally ignored](https://docs.github.com/es/github/getting-started-with-github/ignoring-files#configuring-ignored-files-for-all-repositories-on-your-computer) in the environment they exist.

Commits
-------

5988bb8 Remove development files from releases
  • Loading branch information
chalasr committed May 29, 2021
2 parents 9358649 + 5988bb8 commit e79152c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.* export-ignore
*.md export-ignore
Resources/doc export-ignore
Tests export-ignore
phpunit.xml.dist export-ignore
phpstan.neon export-ignore
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@ phpunit.xml
build
vendor
composer.lock
composer.phar
.idea
.phpunit.result.cache

0 comments on commit e79152c

Please sign in to comment.