Get geographical weather data by city name or cordinates
Some checks failed
Tests / Tests PHP 7.4 (push) Has been cancelled
Tests / Tests PHP 8 (push) Has been cancelled
Tests / Tests PHP 8.1 (push) Has been cancelled

This commit is contained in:
Oh
2025-09-04 11:52:12 +02:00
parent c87bf18b4e
commit a0d4bf6f91
10 changed files with 1125 additions and 2 deletions

12
.gitattributes vendored Normal file
View File

@@ -0,0 +1,12 @@
/app export-ignore
/public export-ignore
/logs export-ignore
/var export-ignore
/.github export-ignore
/.env.example export-ignore
/.env export-ignore
/docker-compose.yml export-ignore
/phpcs.xml export-ignore
/phpstan.neon.dist export-ignore
/phpunit.xml export-ignore
/CONTRIBUTING.md export-ignore