danirus / django-comments-xtd

A pluggable Django comments application with thread support, follow-up notifications, mail confirmation, like/dislike flags, moderation, a ReactJS plugin and Bootstrap 5.3.
https://django-comments-xtd.readthedocs.io
BSD 2-Clause "Simplified" License
594 stars 157 forks source link

Update git ignore #383

Closed JanMalte closed 2 years ago

danirus commented 2 years ago

I prefer if this content stays in developers' global .gitignore. Even the current content doesn't have any sense here.

As a rule of thumb, every file or directory not produced directly by the code in the repo is preferred to be in the global .gitignore.

Thank you anyway.