Add .gitattributes file (#101)
As recommended here: https://www.mediawiki.org/wiki/Manual:Developing_libraries#Packagist_guidelines
This commit is contained in:
13
.gitattributes
vendored
Normal file
13
.gitattributes
vendored
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
.editorconfig export-ignore
|
||||||
|
.gitattributes export-ignore
|
||||||
|
.gitignore export-ignore
|
||||||
|
Doxyfile export-ignore
|
||||||
|
composer.json export-ignore
|
||||||
|
.phpcs.xml export-ignore
|
||||||
|
phpunit.xml export-ignore
|
||||||
|
tests/ export-ignore
|
||||||
|
.github/ export-ignore
|
||||||
|
.eslintrc.json export-ignore
|
||||||
|
package-lock.json export-ignore
|
||||||
|
package.json export-ignore
|
||||||
|
docs/ export-ignore
|
||||||
Reference in New Issue
Block a user