Skip to content

Commit

Permalink
Cleanup repo root (#16)
Browse files Browse the repository at this point in the history
* Move contribution guideline documentation

Move the contribution guidelines out of the main repo and into .github
folder to clean up the repo root

* Repo Production Files

Use a `.gitattributes` file to remove things like the tests dir, the
.gitignore dir, travis config files etc. from production installs. This
means that if someone installs with `--prefer-dist`, all of these files
are excluded. This leads to faster composer installs and a cleaner vendor.
  • Loading branch information
robertmain authored and rudowastaken committed May 10, 2018
1 parent 0cb1769 commit a02e9bd
Show file tree
Hide file tree
Showing 3 changed files with 8 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 @@
/screenshots export-ignore
/tests export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/.appveyor.yml export-ignore
/phpunit.xml.dist export-ignore
/.githubb export-ignore
File renamed without changes.
File renamed without changes.

0 comments on commit a02e9bd

Please sign in to comment.