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:
parent
c2c90ff755
commit
726a0462eb
2 changed files with 18 additions and 0 deletions
17
.gitattributes
vendored
Normal file
17
.gitattributes
vendored
Normal 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
1
.gitignore
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue