1
0
mirror of https://github.com/flarum/core.git synced 2025-08-16 13:24:11 +02:00

test: relying on a third-party for avatar URL tests is unreliable (#3586)

This commit is contained in:
Sami Mazouz
2022-08-05 19:24:43 +01:00
committed by GitHub
parent 54e1966ec8
commit 4b25c2d425
5 changed files with 24 additions and 4 deletions

20
framework/core/.gitattributes vendored Normal file
View File

@@ -0,0 +1,20 @@
**/.gitattributes export-ignore
**/.gitignore export-ignore
**/.gitmodules export-ignore
**/.github export-ignore
**/.travis export-ignore
**/.travis.yml export-ignore
**/.editorconfig export-ignore
**/.styleci.yml export-ignore
**/phpunit.xml export-ignore
**/tests export-ignore
**/js/dist/**/* -diff
**/js/dist/**/* linguist-generated
**/js/dist-typings/**/* -diff
**/js/dist-typings/**/* linguist-generated
**/js/yarn.lock -diff
**/js/package-lock.json -diff
* text=auto eol=lf