pallets-eco / flask-debugtoolbar

A toolbar overlay for debugging Flask applications
https://flask-debugtoolbar.readthedocs.io
BSD 3-Clause "New" or "Revised" License
952 stars 146 forks source link

Use standard Python gitignore file #220

Closed greyli closed 1 year ago

greyli commented 1 year ago

Created from https://github.com/github/gitignore/blob/main/Python.gitignore

jeffwidman commented 1 year ago

Hey, you write awesome PR descriptions. However, you don't include those descriptions in the commits, so when I go to squash merge, the default is an empty commit... do you mind updating your commits to include the descriptions?

Easy enough to do with a git commit --amend to edit a commit's description followed by force-pushing the new updated commit.

greyli commented 1 year ago

Thanks, I will take care of that next time. Bad habit...