Add .gitattributes file (#101)

As recommended here: https://www.mediawiki.org/wiki/Manual:Developing_libraries#Packagist_guidelines
This commit is contained in:
Abijeet Patro
2020-05-25 11:55:51 +05:30
committed by GitHub
parent a19900efef
commit 0fd46fb9a0

13
.gitattributes vendored Normal file
View 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