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

add gitattr (#392)

This commit is contained in:
Mads Møller 2020-05-04 19:14:12 +02:00 committed by GitHub
parent c2c90ff755
commit 726a0462eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 composer.lock
vendor/ vendor/
.vscode/ .vscode/
.idea
psysh psysh
.phpunit.result.cache .phpunit.result.cache
phpunit_var_*.xml phpunit_var_*.xml