rhyst / linak-controller

A Python script to control Linak standing desks.
MIT License
355 stars 52 forks source link

Update gitignore #82

Open voruti opened 10 months ago

voruti commented 10 months ago

While I was developing, many files were generated by Python and my IDE, which should be ignored ...

Cypher1 commented 8 months ago

I would recommend using a global gitignore file for most of these OS specific or very common files. There's not particular reason that the project should track all the files that Operating systems and editors generate while looking at/using files.

For reference: https://sebastiandedeyne.com/setting-up-a-global-gitignore-file/

It's up to @rhyst to decide if the project would benefit from this but I personally think it'll generate more work than it'll alleviate.