mirror of
https://github.com/archtechx/jobpipeline.git
synced 2025-12-12 05:24:03 +00:00
Create .gitattributes
This commit is contained in:
parent
a014ac2f5a
commit
74b971caef
1 changed files with 10 additions and 0 deletions
10
.gitattributes
vendored
Normal file
10
.gitattributes
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue