mirror of
https://github.com/archtechx/virtualcolumn.git
synced 2025-12-12 19:54:03 +00:00
10 lines
361 B
Text
10 lines
361 B
Text
# 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
|
|
/tests export-ignore
|
|
/.gitattributes export-ignore
|
|
/.gitignore export-ignore
|
|
/phpunit.xml export-ignore
|
|
/.editorconfig export-ignore
|