knilios / ku-polls

Online polling and surveying application
0 stars 0 forks source link

db.sqlite3 commited to Git #1

Closed jbrucker closed 3 months ago

jbrucker commented 3 months ago

You should not commit the database to git. This was in the instructions.

knilios commented 3 months ago

Thank you for bringing this issue to my attention. I apologize for my mistake.

I have committed a new Commit which deleted the database file and updated the .gitignore file to prevent this issue in the future.

Would you recommend that I also remove the database file from all previous commits using git filter-repo, or would the latest update be sufficient?

I appreciate your guidance and thank you again for your feedback.