at-gmbh / at-python-template

The official Python Project Template of Alexander Thamm GmbH
Apache License 2.0
49 stars 19 forks source link

Add .DS_Store into .gitignore #97

Closed ChrsBaur closed 1 year ago

ChrsBaur commented 1 year ago

At the moment .DS_Store is tracked by all changes. Since it does not need to be tracked, it should be included in the .gitignore file.

klamann commented 1 year ago

done #112