SpaceyaTech / mastori

Mastori is a community-driven open-source project that aims to provide a simple and efficient blogging platform built for the Dev Community
https://www.spaceyatech.com/
22 stars 54 forks source link

clearing pycache files #24

Closed JimmyTron closed 1 year ago

JimmyTron commented 1 year ago
    Since the pychache files are already in a commit adding gitignore here is not enough, you have to clean the branch up so the files are ignored

Do the following:

git rm -r --cached . git add . git commit -m "<commit_message_addressing_cleanup>"

_Originally posted by @nyandika in https://github.com/SpaceyaTech/Team-Rio-Django/pull/19#discussion_r1011015980_