MalloyDelacroix / DownloaderForReddit

The Downloader for Reddit is a GUI application with some advanced features to extract and download submitted content from reddit.
GNU General Public License v3.0
511 stars 48 forks source link

Added standard python gitignore #81

Closed zacker150 closed 4 years ago

zacker150 commented 4 years ago

Gitignore file sourced from Gitignore file sourced from https://github.com/github/gitignore/blob/master/Python.gitignore

crccheck commented 4 years ago

I prefer minimal .gitignores where every line is meaningful. Is this project really going to need a .scrapy file ignored?

zacker150 commented 4 years ago

My philosophy is to avoid re-inventing the wheel and start with the standard gitignore files. We can always add or remove things as they become necessary.

MalloyDelacroix commented 4 years ago

I agree that we can add and remove from the standard list as needed.

However, I see this gitignore file excludes .spec files and we have two .spec files in the main directory that should be included.

zacker150 commented 4 years ago

Odd. I thought I had already removed that from the gitignore. That has been fixed.