mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
Streamline gitattributes
This commit is contained in:
parent
f5545aa727
commit
2edbe71712
36
.gitattributes
vendored
36
.gitattributes
vendored
@ -5,19 +5,27 @@
|
||||
|
||||
# git files
|
||||
.gitattributes export-ignore
|
||||
# .gitignore
|
||||
.gitignore export-ignore
|
||||
|
||||
# helper config files
|
||||
.travis.yml export-ignore
|
||||
# Don't give admin files
|
||||
.github/ export-ignore
|
||||
admin/ export-ignore
|
||||
contributing/ export-ignore
|
||||
.editorconfig export-ignore
|
||||
.nojekyll export-ignore export-ignore
|
||||
CODE_OF_CONDUCT.md export-ignore
|
||||
DCO.txt export-ignore
|
||||
PULL_REQUEST_TEMPLATE.md export-ignore
|
||||
stale.yml export-ignore
|
||||
Vagrantfile.dist export-ignore
|
||||
|
||||
# They don't want our test files
|
||||
tests/system/ export-ignore
|
||||
utils/ export-ignore
|
||||
rector.php export-ignore
|
||||
phpunit.xml.dist export-ignore
|
||||
phpstan.neon.dist export-ignore
|
||||
|
||||
# The source user guide, either
|
||||
user_guide_src/ export-ignore
|
||||
phpdoc.dist.xml export-ignore
|
||||
|
||||
# Misc other files
|
||||
readme.rst
|
||||
|
||||
# They don't want all of our tests...
|
||||
tests/bin/ export-ignore
|
||||
tests/codeigniter/ export-ignore
|
||||
tests/travis/ export-ignore
|
||||
|
||||
# User Guide Source Files
|
||||
user_guide_src
|
||||
|
Loading…
x
Reference in New Issue
Block a user