1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 08:24:04 +00:00

Merge branch 'master' of github.com:stancl/tenancy

This commit is contained in:
Samuel Štancl 2020-05-22 11:01:06 +02:00
commit 1798ca9c85
2 changed files with 18 additions and 0 deletions

17
.gitattributes vendored Normal file
View file

@ -0,0 +1,17 @@
# Path-based git attributes
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
# Ignore all test and documentation with "export-ignore".
/.github export-ignore
/art export-ignore
/tests export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.styleci.yml export-ignore
/docker-compose.yml export-ignore
/Dockerfile export-ignore
/fulltest export-ignore
/phpunit.xml export-ignore
/.editorconfig export-ignore
/.coverage.xml export-ignore
/coverage export-ignore

1
.gitignore vendored
View file

@ -2,6 +2,7 @@
composer.lock
vendor/
.vscode/
.idea
psysh
.phpunit.result.cache
phpunit_var_*.xml