Skip to content

Commit

Permalink
Merge pull request #185 from lemberg/feature/177-stop-exporting-dev-code
Browse files Browse the repository at this point in the history
Add  file and configure git to export production code only
  • Loading branch information
T2L committed Apr 16, 2020
2 parents 1759cd6 + 68aac1c commit 8617148
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/molecule export-ignore
/phpcs.xml.dist export-ignore
/phpstan.xml.dist export-ignore
/phpunit.xml.dist export-ignore
/tests export-ignore
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Updates:

Fixes:

- [GH-177](https://github.com/lemberg/draft-environment/issues/177) - Add `.gitattributes` file and configure git to export production code only
- [GH-176](https://github.com/lemberg/draft-environment/issues/176) - Make this project less dependent on other packages:
* Support Symfony 5
* Bump Symfony 4 version constraint to `^4.4`
Expand Down

0 comments on commit 8617148

Please sign in to comment.