Anbarryprojects / fastapi-babel

FastAPI babel support pybable tools like translation of text, formatting of dates, times and numbers, and time zones.
MIT License
46 stars 14 forks source link

Correction #12

Closed Legopapurida closed 2 years ago

Legopapurida commented 2 years ago

@sina-e When you've committed, unfortunately added pycache dir.

I think you've forgotten to add .ignore file which cloned from the main repo.

sina-e commented 2 years ago

no actually, I think it was there before my commit. output of git log fastapi_babel/__pycache__/


commit c6f9c8682ddbb293463dbaf05ce6a6fa66f41f30 (origin/development-v0)
Author: papuridalego <papuridalego@gmail.com>
Date:   Sun May 22 21:56:33 2022 +0430

     #2 First full release
sina-e commented 2 years ago

No problem, I'll fix it and create a pull request.

Legopapurida commented 2 years ago

I've downloaded the ignore file from github, I think the problem is for ignore file that I've downloaded.

I'll check it out and test it

sina-e commented 2 years ago

there is a __pycache__ line in Github's default .gitignore for python. the ignore file is ok, I think you add and committed this before adding the ignore file.