custom-components / sensor.radarr_upcoming_media

🎬 Radarr component to feed Upcoming Media Card.
Apache License 2.0
59 stars 24 forks source link

Add gitignore from gitignore.io #9

Closed halkeye closed 5 years ago

iantrich commented 5 years ago

I don't get it. Why is this needed?

halkeye commented 5 years ago

Mostly becaus pycache gets created. I use sub modules to make updating easy and git keeps saying the checkout is dirty.

maykar commented 5 years ago

I'm confused as well. Why not do this globally on /custom_components/? Otherwise you'd require every custom component project you use to have it's own .gitignore.

halkeye commented 5 years ago

Its not a big deal. I can totally do it globally, but you didn't have a git ignore, so i just gave you the default python one from gitignore.io

maykar commented 5 years ago

I use a .gitignore for sure, but it does it's job and doesn't need added to the repo. Thanks for putting in the legwork though, I do appreciate it.